Revert "Update voting.dm (#32966)" (#33141)

This reverts commit 2dc979409f.
This commit is contained in:
d3athrow
2022-09-10 16:28:20 -05:00
committed by GitHub
parent bc3130b249
commit 37726685cc

View File

@@ -365,8 +365,6 @@ var/global/datum/controller/vote/vote = new()
question = "What should the next map be?"
if (config.toggle_maps)
maps = get_all_maps()
else if(IS_WEEKEND && getTimeslot() == PRIMETIME)
maps = get_all_maps()
else
maps = get_votable_maps()
for (var/map in maps)