fix
This commit is contained in:
parent
7a6e711bb5
commit
015305131d
@ -146,7 +146,7 @@ private void UpdateVoters()
|
||||
if (currentQuestion.propositions[1] != null)
|
||||
{
|
||||
List<Player> playersThatHasVotedForSecondProposition = new List<Player>();
|
||||
if (currentQuestion.propositions[0].voters != null)
|
||||
if (currentQuestion.propositions[1].voters != null)
|
||||
{
|
||||
foreach (string playerId in currentQuestion.propositions[1].voters)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user