mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Remove debugging print from my last commit.
This commit is contained in:
@@ -726,7 +726,6 @@ public class GameAction {
|
||||
}
|
||||
|
||||
final HashMap<String, Object> runParams = new HashMap<String, Object>();
|
||||
System.err.println("RunAlways");
|
||||
game.getTriggerHandler().runTrigger(TriggerType.Always, runParams, false);
|
||||
|
||||
if (runEvents && !affectedCards.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user