From 449beeaf44832a59db63a5a6182da1f1c1c85c3a Mon Sep 17 00:00:00 2001 From: "Songyang.Huo" Date: Sat, 22 Jun 2024 14:55:11 +0800 Subject: [PATCH] 1 --- .../GameLogic/CypherChallenge/CypherChallengeManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AmiyaBotPlayerRatingServer/GameLogic/CypherChallenge/CypherChallengeManager.cs b/AmiyaBotPlayerRatingServer/GameLogic/CypherChallenge/CypherChallengeManager.cs index 6ef3593..fb629cf 100644 --- a/AmiyaBotPlayerRatingServer/GameLogic/CypherChallenge/CypherChallengeManager.cs +++ b/AmiyaBotPlayerRatingServer/GameLogic/CypherChallenge/CypherChallengeManager.cs @@ -252,6 +252,7 @@ private object FormatGame(CypherChallengeGame game) QuestionList = questionList, CurrentQuestionIndex = game.CurrentQuestionIndex, + MaxQuestionCount = game.MaxQuestionCount, }; }