mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
*Removed debug output.
This commit is contained in:
@@ -1282,10 +1282,8 @@ public class MagicStack extends MyObservable {
|
|||||||
activePlayerSAs.remove(next);
|
activePlayerSAs.remove(next);
|
||||||
|
|
||||||
if (next.isTrigger()) {
|
if (next.isTrigger()) {
|
||||||
System.out.println("Stack order: AllZone.getGameAction().playSpellAbility(next)");
|
|
||||||
AllZone.getGameAction().playSpellAbility(next);
|
AllZone.getGameAction().playSpellAbility(next);
|
||||||
} else {
|
} else {
|
||||||
System.out.println("Stack order: AllZone.getStack().add(next)");
|
|
||||||
this.add(next);
|
this.add(next);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user