mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Have mobile game handle opening/closing mana pools itself
to improve compatibility with network play
This commit is contained in:
@@ -769,12 +769,12 @@ public final class CMatchUI
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object showManaPool(final PlayerView player) {
|
||||
return null; //not needed since mana pool icons are always visible
|
||||
public void showManaPool(final PlayerView player) {
|
||||
//not needed since mana pool icons are always visible
|
||||
}
|
||||
|
||||
@Override
|
||||
public void hideManaPool(final PlayerView player, final Object zoneToRestore) {
|
||||
public void hideManaPool(final PlayerView player) {
|
||||
//not needed since mana pool icons are always visible
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user