Reduces Stat Calls

This commit is contained in:
Fox-McCloud
2017-07-23 04:56:05 -04:00
parent b03d226f8c
commit f924ea15a4
5 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -67,9 +67,9 @@
return
/mob/new_player/Stat()
..()
if((!ticker) || ticker.current_state == GAME_STATE_PREGAME)
statpanel("Lobby") // First tab during pre-game.
..()
statpanel("Status")
if(client.statpanel == "Status" && ticker)