- removed debugging line

This commit is contained in:
Jeff Wadsworth 2022-01-07 10:25:48 -06:00
parent 75375f2ed5
commit 5b70f36041

View file

@ -63,7 +63,6 @@ public class ControlCombatRedundancyWatcher extends Watcher { // workaround for
public static void addBlockingController(UUID playerId, Duration duration, Game game) {
ControlCombatRedundancyWatcher watcher = game.getState().getWatcher(ControlCombatRedundancyWatcher.class);
System.out.println("The watcher is okay? " + watcher);
watcher.blockingControllers.add(0, new PlayerDuration(duration, playerId));
}