mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Fix updatePhase
This commit is contained in:
@@ -97,7 +97,7 @@ public class NetGuiGame extends AbstractGuiGame {
|
||||
@Override
|
||||
public void updatePhase(boolean saveState) {
|
||||
updateGameView();
|
||||
send(ProtocolMethod.updatePhase);
|
||||
send(ProtocolMethod.updatePhase, saveState);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user