wow how'd i leave that in

This commit is contained in:
Putnam
2019-12-27 22:46:32 -08:00
parent 5174cb08a6
commit 25d4b53f94

View File

@@ -403,7 +403,6 @@ SUBSYSTEM_DEF(vote)
if(APPROVAL_VOTING)
. += "<h3>Vote any number of choices.</h3>"
if(RANKED_CHOICE_VOTING)
var/list/myvote = voted[C.ckey]
. += "<h3>Vote by order of preference. Revoting will demote to the bottom. 1 is your favorite, and higher numbers are worse.</h3>"
. += "Time Left: [DisplayTimeText(end_time-world.time)]<hr><ul>"
switch(vote_system)