Compare commits

...

2 Commits

Author SHA1 Message Date
Fangh
a8b7ae964c Merge branch 'main' of https://git.crystalyx.net/GameJams/Snaparazzi 2024-01-28 17:54:20 +01:00
Fangh
015305131d fix 2024-01-28 17:54:19 +01:00

View File

@ -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)
{