mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixes admins softlocking via Nar'Sie (#32320)
* Fix softlock * Update voting.js * Update voting.dm * tweak * Update gameticker.dm * Update communications.dm
This commit is contained in:
@@ -177,7 +177,6 @@
|
||||
var/emag_recharge_rate = 0
|
||||
var/emag_recharge_ticks = 0
|
||||
|
||||
var/map_voting = 0
|
||||
var/renders_url = ""
|
||||
|
||||
var/mommi_static = 0 //Scrambling mobs for mommis or not
|
||||
@@ -602,8 +601,6 @@
|
||||
vgws_ip = value
|
||||
if("poll_results_url")
|
||||
poll_results_url = value
|
||||
if("map_voting")
|
||||
map_voting = 1
|
||||
if("renders_url")
|
||||
renders_url = value
|
||||
if("mommi_static")
|
||||
|
||||
Reference in New Issue
Block a user