fix
This commit is contained in:
parent
7a6e711bb5
commit
015305131d
@ -146,7 +146,7 @@ public class VotingPage : MonoBehaviour
|
||||
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…
x
Reference in New Issue
Block a user