throttles mouse movement calls

This commit is contained in:
deathride58
2024-04-12 21:55:07 -04:00
parent bbc977ee92
commit 6de44caeed
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -189,3 +189,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