Merge pull request #10906 from PsiOmegaDelta/150827-RoundTime

Alters the round duration format, increases Stat inactivity timeout.
This commit is contained in:
Zuhayr
2015-08-29 07:41:23 +09:30
2 changed files with 7 additions and 4 deletions

View File

@@ -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)