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:
adacovsk
2022-04-14 04:16:58 -04:00
committed by GitHub
parent 9a66689519
commit d29f1d38f0
7 changed files with 20 additions and 16 deletions

View File

@@ -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")