- Added some previously missed observer update calls to Setup Game State.

This commit is contained in:
jendave
2011-08-07 01:06:38 +00:00
parent f4cbd12332
commit a169ffd4b9

View File

@@ -1127,6 +1127,8 @@ public class GuiDisplayUtil implements NewConstants {
AllZone.Computer_Graveyard.updateObservers();
AllZone.Human_Battlefield.updateObservers();
AllZone.Computer_Battlefield.updateObservers();
AllZone.Human_Library.updateObservers();
AllZone.Computer_Library.updateObservers();
}
public static CardList devProcessCardsForZone(String[] data, Player player)