[MIRROR] Communication hotfix (#1062)

* Communication hotfix

* bah

* Update preferences.dm

Co-authored-by: Couls <coul422@gmail.com>
Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
SkyratBot
2020-09-30 01:12:57 +02:00
committed by GitHub
parent b8bd574701
commit cf76ee5b1a
5 changed files with 10 additions and 8 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