Fixes new player stat panel runtimes

Whoops!
This commit is contained in:
Krausus
2015-05-19 10:43:59 -04:00
parent 1e046c9fa4
commit 41b0dbf5f7

View File

@@ -64,7 +64,7 @@
return
Stat()
if(ticker.current_state == GAME_STATE_PREGAME)
if((!ticker) || ticker.current_state == GAME_STATE_PREGAME)
statpanel("Lobby") // First tab during pre-game.
..()