mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
[MIRROR] Fixes a runtime with map voting [MDB IGNORE] (#16259)
* Fixes a runtime with map voting (#69908) * Adds a sanity check in voting, in case no one actually voted. * Fixes a runtime with map voting Co-authored-by: Seth Scherer <supernovaa41@gmx.com>
This commit is contained in:
@@ -94,7 +94,8 @@ SUBSYSTEM_DEF(vote)
|
|||||||
to_chat(world, span_infoplain(vote_font("\n[to_display]")))
|
to_chat(world, span_infoplain(vote_font("\n[to_display]")))
|
||||||
|
|
||||||
// Finally, doing any effects on vote completion
|
// Finally, doing any effects on vote completion
|
||||||
current_vote.finalize_vote(final_winner)
|
if (final_winner) // if no one voted final_winner will be null
|
||||||
|
current_vote.finalize_vote(final_winner)
|
||||||
|
|
||||||
/datum/controller/subsystem/vote/proc/submit_vote(mob/voter, their_vote)
|
/datum/controller/subsystem/vote/proc/submit_vote(mob/voter, their_vote)
|
||||||
if(!current_vote)
|
if(!current_vote)
|
||||||
|
|||||||
Reference in New Issue
Block a user