Replaces throttle with cooldown define and also adds it to mousedrag
This commit is contained in:
@@ -190,5 +190,6 @@
|
||||
/// AFK tracking
|
||||
var/last_activity = 0
|
||||
|
||||
/// The next point in time at which the client is allowed to send a mousemove()
|
||||
var/next_mousemove = 0
|
||||
/// The next point in time at which the client is allowed to send a mousemove() or mousedrag()
|
||||
COOLDOWN_DECLARE(next_mousemove)
|
||||
COOLDOWN_DECLARE(next_mousedrag)
|
||||
|
||||
Reference in New Issue
Block a user