mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
keyloop no longer runtimes if the client is mobless
This commit is contained in:
@@ -49,5 +49,5 @@
|
||||
/client/keyLoop()
|
||||
if(holder)
|
||||
holder.keyLoop(src)
|
||||
if(mob.focus)
|
||||
mob.focus.keyLoop(src)
|
||||
if(mob?.focus)
|
||||
mob.focus.keyLoop(src)
|
||||
|
||||
Reference in New Issue
Block a user