Tigran 4 年之前
父节点
当前提交
f5600b3fbf
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      MafiaTelegramBot/Game/GameRooms/GameRoom.GameProcess.cs

+ 4 - 0
MafiaTelegramBot/Game/GameRooms/GameRoom.GameProcess.cs

@@ -266,6 +266,8 @@ namespace MafiaTelegramBot.Game.GameRooms
                     {
                         await DefencePhase(VoteUpList);
                         VoteUpList = await CalculateCandidates();
+                        VoteUpList.Clear();
+                        VoteKillList.Clear();
                         switch (VoteUpList.Count)
                         {
                             case 0:
@@ -277,6 +279,8 @@ namespace MafiaTelegramBot.Game.GameRooms
                             case > 1:
                                 await DefencePhase(VoteUpList);
                                 VoteUpList = await CalculateCandidates();
+                                VoteUpList.Clear();
+                                VoteKillList.Clear();
                                 switch (VoteUpList.Count)
                                 {
                                     case 0: