From 3659035f0a2432d2c9c781d5296637a7afd4e052 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 28 Jan 2024 18:07:36 +0100 Subject: [PATCH] fix: oups --- Assets/Scripts/QuestionHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/QuestionHandler.cs b/Assets/Scripts/QuestionHandler.cs index 998d553..19b9346 100644 --- a/Assets/Scripts/QuestionHandler.cs +++ b/Assets/Scripts/QuestionHandler.cs @@ -46,7 +46,7 @@ public void OnSubmitButton() storageManager.UploadPhoto( gameManager.myRoom.code, gameManager.currentPlayer.id, - currentQuestion, + currentQuestion -1, GetPropRef(gameManager.currentPlayer)); if (currentQuestion < 2) {