mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +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?"
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user