mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Added some previously missed observer update calls to Setup Game State.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user