Revert "Code improvement"

This reverts commit 0ee716ef38.
This commit is contained in:
Couls
2019-07-15 21:13:29 -04:00
parent 0ee716ef38
commit e8b820eae6
+2 -1
View File
@@ -117,5 +117,6 @@ 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/client/C in clients)
for(var/i in 1 to clients.len)
var/client/C = clients[i]
C.keyLoop()