Compare commits
2 Commits
c25d8192df
...
a8b7ae964c
Author | SHA1 | Date | |
---|---|---|---|
|
a8b7ae964c | ||
|
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