mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-25 08:51:41 +00:00
Fixes new player stat panel runtimes
Whoops!
This commit is contained in:
@@ -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.
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user