actually log total vote votes correctly (#80438)

yeah i goofed
This commit is contained in:
Zephyr
2023-12-19 16:34:00 -08:00
committed by GitHub
parent d0e01c351b
commit 8b7576b90a
+1
View File
@@ -90,6 +90,7 @@ SUBSYSTEM_DEF(vote)
var/list/vote_choice_data = list()
for(var/choice in current_vote.choices)
var/choice_votes = current_vote.choices[choice]
total_votes += choice_votes
vote_choice_data["[choice]"] = choice_votes
// stringify the winners to prevent potential unimplemented serialization errors.