diff --git a/leaderboard.lua b/leaderboard.lua index d4b20d4..babf280 100644 --- a/leaderboard.lua +++ b/leaderboard.lua @@ -1200,7 +1200,7 @@ local function think() if leveltime < START_TIME then -- Help message if leveltime == START_TIME - TICRATE * 3 then - if ingame() == 1 then + if p then if help then help = false chatprint(HELP_MESSAGE, true)