diff --git a/mp/src/game/client/zmr/c_zmr_discord.cpp b/mp/src/game/client/zmr/c_zmr_discord.cpp index 432333156..23eae218a 100644 --- a/mp/src/game/client/zmr/c_zmr_discord.cpp +++ b/mp/src/game/client/zmr/c_zmr_discord.cpp @@ -123,11 +123,10 @@ void CZMDiscordSystem::LevelShutdownPostEntity() void CZMDiscordSystem::Update( float frametime ) { + Discord_RunCallbacks(); + if ( m_flNextDiscordUpdateTime <= gpGlobals->realtime ) { - Discord_RunCallbacks(); - - if ( IsConnected() ) { if ( IsInGame() )