- Removed a lot of copies of "updateObservers()" (please report if you see anything funny).

This commit is contained in:
Sloth
2012-07-28 19:17:59 +00:00
parent f0bf725060
commit 8a0fc69a7f
6 changed files with 10 additions and 16 deletions

View File

@@ -115,7 +115,7 @@ public class PhaseUtil {
Singletons.getModel().getGameState().getUntap().executeAt();
// otherwise land seems to stay tapped when it is really untapped
AllZone.getHumanPlayer().getZone(ZoneType.Battlefield).updateObservers();
//AllZone.getHumanPlayer().getZone(ZoneType.Battlefield).updateObservers();
Singletons.getModel().getGameState().getPhaseHandler().setNeedToNextPhase(true);
}