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