Update input.dm

This commit is contained in:
Couls
2019-07-14 01:32:02 -04:00
parent de0a441a11
commit 5d2ce584b3
+2
View File
@@ -115,6 +115,8 @@ SUBSYSTEM_DEF(input)
/datum/controller/subsystem/input/fire()
var/list/clients = GLOB.clients // Let's sing the list cache song
if(listclearnulls(clients)) // clear nulls before we run keyloop
log_world("Found a null in clients list!")
for(var/i in 1 to clients.len)
var/client/C = clients[i]
C.keyLoop()