Skip to content

Commit

Permalink
Update XenoStructures.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jun 22, 2024
1 parent 7ff947b commit 469ffbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_aliens/XenoStructures.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@
if(votes[candidate] > primary_votes)
primary_votes = votes[candidate]
primary_candidate = candidate
else if(votes[candidate > secondary_votes])
else if(votes[candidate] > secondary_votes)
secondary_votes = votes[candidate]
secondary_candidate = candidate

Expand Down

0 comments on commit 469ffbc

Please sign in to comment.