mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Alters the round duration format, increases Stat inactivity timeout.
Round duration now has a similar format to round time. Stat inactivity timeout is now 10 minutes instead of 1 minute.
This commit is contained in:
@@ -635,7 +635,7 @@
|
||||
|
||||
/mob/Stat()
|
||||
..()
|
||||
. = (client && client.inactivity < 1200)
|
||||
. = (is_client_active(10 MINUTES))
|
||||
|
||||
if(.)
|
||||
if(statpanel("Status") && ticker && ticker.current_state != GAME_STATE_PREGAME)
|
||||
|
||||
Reference in New Issue
Block a user