mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Adds a timer to staffwho AFK notifications.
This commit is contained in:
@@ -281,6 +281,9 @@
|
||||
if(inactivity > duration) return inactivity
|
||||
return 0
|
||||
|
||||
/client/proc/last_activity_seconds()
|
||||
return inactivity / 10
|
||||
|
||||
//send resources to the client. It's here in its own proc so we can move it around easiliy if need be
|
||||
/client/proc/send_resources()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user