mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 05:52:17 +00:00
Merge pull request #10906 from PsiOmegaDelta/150827-RoundTime
Alters the round duration format, increases Stat inactivity timeout.
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