mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-14 17:23:43 +01:00
wew
This commit is contained in:
@@ -114,6 +114,6 @@ SUBSYSTEM_DEF(input)
|
||||
|
||||
/datum/controller/subsystem/input/fire()
|
||||
var/list/clients = GLOB.clients // Let's sing the list cache song
|
||||
for(var/i in 1 to clients.len)
|
||||
for(var/i in 1 to length(clients))
|
||||
var/client/C = clients[i]
|
||||
C.keyLoop()
|
||||
|
||||
Reference in New Issue
Block a user