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) {