Code improvement

This commit is contained in:
Couls
2019-07-15 20:21:54 -04:00
parent 5d2ce584b3
commit 0ee716ef38
+1 -2
View File
@@ -117,6 +117,5 @@ SUBSYSTEM_DEF(input)
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]
for(var/client/C in clients)
C.keyLoop()