Skip to content

Commit

Permalink
Исправления исправлений сброса
Browse files Browse the repository at this point in the history
  • Loading branch information
Fooxboy committed Oct 29, 2023
1 parent 36d80c7 commit 7766996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MyOwnGame.Backend/Services/SessionService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ public async Task GetQuestionInfo(int themeNumber, int priceNumber, string conne
//Если это аукцион - возвращаем инфу о том что выбран вопрос, но без вопросов.
if (questionInfo.QuestionPackInfo.Type == QuestionPackType.Auction)
{

await _callbackService.QuestionSelectedAdmin(adminConnectionId, questionInfo.Answer);

await _callbackService.QuestionSelected(currentPlayer.SessionId, new List<QuestionBase>(),
Expand Down

0 comments on commit 7766996

Please sign in to comment.