Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn committed Sep 17, 2024
1 parent dbf553b commit 9572b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AccuracyFix/AccuracyFix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void CAccuracyFix::ServerActivate()

this->m_af_jump_fix = gAccuracyUtil.CvarRegister("af_jump_fix", "0");

if (g_ReGameApi)
/*if (g_ReGameApi)
{
char cvarName[32] = { 0 };
Expand Down Expand Up @@ -48,7 +48,7 @@ void CAccuracyFix::ServerActivate()
{
gAccuracyUtil.ServerCommand("exec %s/accuracyfix.cfg", Path);
}
}
}*/
}

void CAccuracyFix::TraceLine(const float* vStart, const float* vEnd, int fNoMonsters, edict_t* pentToSkip, TraceResult* ptr)
Expand Down

0 comments on commit 9572b4d

Please sign in to comment.