Fix updatePhase

This commit is contained in:
tool4EvEr
2021-12-13 19:59:05 +01:00
parent c0e71ed97f
commit f3b9adecd4

View File

@@ -97,7 +97,7 @@ public class NetGuiGame extends AbstractGuiGame {
@Override
public void updatePhase(boolean saveState) {
updateGameView();
send(ProtocolMethod.updatePhase);
send(ProtocolMethod.updatePhase, saveState);
}
@Override