diff --git a/core/sourcemod.cpp b/core/sourcemod.cpp index 2544bde1..8d2b0657 100644 --- a/core/sourcemod.cpp +++ b/core/sourcemod.cpp @@ -394,7 +394,7 @@ void SourceModBase::GameFrame(bool simulating) g_LastTime = curtime; } - if (g_SimTicks.tickcount && (curtime - g_LastMenuTime >= 1.0f)) + if (g_SimTicks.ticking && curtime - g_LastMenuTime >= 1.0f) { g_ValveMenuStyle.ProcessWatchList(); g_RadioMenuStyle.ProcessWatchList();