This commit is contained in:
silicons
2020-12-21 10:27:28 -07:00
parent ce3cfca619
commit 0e7a597a2b
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -93,6 +93,7 @@ SUBSYSTEM_DEF(input)
user.full_macro_assert()
/datum/controller/subsystem/input/fire()
set waitfor = FALSE
var/list/clients = GLOB.clients // Let's sing the list cache song
for(var/i in 1 to clients.len)
var/client/C = clients[i]