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