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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user