From 7431de67aebd1ff2f2916517814c5e30e24b4d6f Mon Sep 17 00:00:00 2001 From: Fangh Date: Mon, 29 Jan 2024 23:01:58 +0100 Subject: [PATCH] fix: my last commit does not compile --- Assets/Scripts/QuestionHandler.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/QuestionHandler.cs b/Assets/Scripts/QuestionHandler.cs index 2aa3583..f3f24be 100644 --- a/Assets/Scripts/QuestionHandler.cs +++ b/Assets/Scripts/QuestionHandler.cs @@ -63,7 +63,6 @@ public void OnSubmitButton() if (currentQuestion == 1) { - gameManager.myRoom.currentState = (int)GameState.PropositionsSent; gameManager.WaitForPlayers(); return; }