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

@@ -178,7 +178,7 @@ var/global/datum/emergency_shuttle/emergency_shuttle
if (voting_cache)
return
voting_cache = 1
if(config.map_voting && vote)
if(vote)
for(var/client/C in clients)
spawn
vote.interface.sendAssets(C)