Communication hotfix (#54084)

This commit is contained in:
Couls
2020-09-29 15:28:22 -07:00
committed by GitHub
parent 07c4dbe547
commit ed02f99f92
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ SUBSYSTEM_DEF(input)
var/list/clients = GLOB.clients
for(var/i in 1 to clients.len)
var/client/user = clients[i]
user.update_special_keybinds()
user.set_macros()
/datum/controller/subsystem/input/fire()
var/list/clients = GLOB.clients // Let's sing the list cache song