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:
PsiOmega
2015-08-27 20:01:38 +02:00
parent 9a23275755
commit c5e09c30d6
2 changed files with 7 additions and 4 deletions
+1 -1
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)