mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Make map vote rigging 99% less likely to fuck up the server
This commit is contained in:
@@ -39,6 +39,7 @@ var/global/datum/controller/vote/vote = new()
|
||||
var/list/current_votes = list()
|
||||
var/list/discarded_choices = list()
|
||||
var/list/ismapvote
|
||||
var/list/allmaps
|
||||
var/chosen_map
|
||||
name = "datum"
|
||||
var/datum/html_interface/nanotrasen/vote/interface
|
||||
|
||||
Reference in New Issue
Block a user