Continual OnPlayerInput hook warningsFixed
This plugin seems to have a problem when it comes to using the OnPlayerInput hook. When time warnings are turned on, these errors are quite regular:

Calling 'OnPlayerInput' on 'FireArrows v10.2.9' took 600ms [GARBAGE COLLECT]
TimeWarning: OnReceiveTick took 0.60 seconds (600 ms) [GARBAGE COLLECT]
TimeWarning: OnReceiveTickFromStream took 0.60 seconds (600 ms) [GARBAGE COLLECT]
TimeWarning: OnPlayerTick took 0.60 seconds (600 ms) [GARBAGE COLLECT]
TimeWarning: ConnectedPacket took 0.60 seconds (600 ms) [GARBAGE COLLECT]
TimeWarning: Net.sv.Cycle took 0.60 seconds (600 ms) [GARBAGE COLLECT]
TimeWarning: ServerMgr.Update took 0.60 seconds (601 ms) [GARBAGE COLLECT]​
No other plugins have this issue. When restricting this hook to just those with the use permissions performance is improved to not trigger on all players, but @ColonBlow it might be possible to improve this hook further.
yes, that is a very good idea. I was waiting till i had time to redo the plugin completly.  But i think ill look into that sooner for this. thanks :)
Locked automatically