Skip to content

Commit

Permalink
sv_clienttrace unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaqtincha committed Jan 16, 2025
1 parent f63ad67 commit 2dc514a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regamedll/dlls/multiplay_gamerules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2397,10 +2397,12 @@ void EXT_FUNC CHalfLifeMultiplay::__API_HOOK(Think)()
MonitorTutorStatus();
m_VoiceGameMgr.Update(gpGlobals->frametime);

#ifndef REGAMEDLL_ADD
if (g_psv_clienttrace->value != 1.0f)
{
CVAR_SET_FLOAT("sv_clienttrace", 1);
}
#endif

if (!m_fRoundStartTime)
{
Expand Down

0 comments on commit 2dc514a

Please sign in to comment.