mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-06 22:39:04 +00:00
[MIRROR] Removed proc overhead from the Input subsystem (#6010)
* Removed proc overhead from the Input subsystem (#59339) Co-authored-by: Watermelon914 <3052169-Watermelon914@ users.noreply.gitlab.com> * Removed proc overhead from the Input subsystem Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com> Co-authored-by: Watermelon914 <3052169-Watermelon914@ users.noreply.gitlab.com>
This commit is contained in:
@@ -35,7 +35,5 @@ SUBSYSTEM_DEF(input)
|
||||
user.set_macros()
|
||||
|
||||
/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()
|
||||
for(var/mob/user as anything in GLOB.player_list)
|
||||
user.focus?.keyLoop(user.client)
|
||||
|
||||
Reference in New Issue
Block a user