mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
This reverts commit 2dc979409f.
This commit is contained in:
@@ -365,8 +365,6 @@ var/global/datum/controller/vote/vote = new()
|
|||||||
question = "What should the next map be?"
|
question = "What should the next map be?"
|
||||||
if (config.toggle_maps)
|
if (config.toggle_maps)
|
||||||
maps = get_all_maps()
|
maps = get_all_maps()
|
||||||
else if(IS_WEEKEND && getTimeslot() == PRIMETIME)
|
|
||||||
maps = get_all_maps()
|
|
||||||
else
|
else
|
||||||
maps = get_votable_maps()
|
maps = get_votable_maps()
|
||||||
for (var/map in maps)
|
for (var/map in maps)
|
||||||
|
|||||||
Reference in New Issue
Block a user