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
|
@Override
|
||||||
public void updatePhase(boolean saveState) {
|
public void updatePhase(boolean saveState) {
|
||||||
updateGameView();
|
updateGameView();
|
||||||
send(ProtocolMethod.updatePhase);
|
send(ProtocolMethod.updatePhase, saveState);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user