SSinput tweaks to address server side lag

This commit is contained in:
Jordan Brown
2017-12-13 16:22:50 -05:00
committed by GitHub
parent 5ffec027af
commit 878ea3676d
+3 -3
View File
@@ -1,12 +1,12 @@
SUBSYSTEM_DEF(input)
name = "Input"
wait = 1 //SS_TICKER means this runs every tick
flags = SS_TICKER | SS_NO_INIT | SS_KEEP_TIMING
priority = 151
flags = SS_TICKER | SS_NO_INIT
priority = 1000
runlevels = RUNLEVELS_DEFAULT | RUNLEVEL_LOBBY
/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)
var/client/C = clients[i]
C.keyLoop()
C.keyLoop()