Compare commits
No commits in common. "a8b7ae964cbf7bcf6eae06e88f96010b54036acc" and "c25d8192dffb62c4950564893f68d60e2696cdce" have entirely different histories.
a8b7ae964c
...
c25d8192df
@ -146,7 +146,7 @@ private void UpdateVoters()
|
|||||||
if (currentQuestion.propositions[1] != null)
|
if (currentQuestion.propositions[1] != null)
|
||||||
{
|
{
|
||||||
List<Player> playersThatHasVotedForSecondProposition = new List<Player>();
|
List<Player> playersThatHasVotedForSecondProposition = new List<Player>();
|
||||||
if (currentQuestion.propositions[1].voters != null)
|
if (currentQuestion.propositions[0].voters != null)
|
||||||
{
|
{
|
||||||
foreach (string playerId in currentQuestion.propositions[1].voters)
|
foreach (string playerId in currentQuestion.propositions[1].voters)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user