fix: my last commit does not compile

This commit is contained in:
Fangh 2024-01-29 23:01:58 +01:00
parent 884d2a0e2d
commit 7431de67ae

View File

@ -63,7 +63,6 @@ public void OnSubmitButton()
if (currentQuestion == 1) if (currentQuestion == 1)
{ {
gameManager.myRoom.currentState = (int)GameState.PropositionsSent;
gameManager.WaitForPlayers(); gameManager.WaitForPlayers();
return; return;
} }