Made server votes not subject to the cooldown (#11464)

This commit is contained in:
Putnam3145
2020-03-14 20:04:05 -07:00
committed by GitHub
parent 83b34a053b
commit 52e20cdadf
+1 -1
View File
@@ -443,7 +443,7 @@ SUBSYSTEM_DEF(vote)
var/admin = FALSE
var/ckey = ckey(initiator_key)
if(GLOB.admin_datums[ckey])
if(GLOB.admin_datums[ckey] || initiator_key == "server")
admin = TRUE
if(next_allowed_time > world.time && !admin)