Skip to content

Commit

Permalink
Update AccuracyFix.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn committed Sep 17, 2024
1 parent 97698a0 commit 167f014
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 @@ -50,7 +50,7 @@ void CAccuracyFix::ServerActivate()

void CAccuracyFix::TraceLine(const float* vStart, const float* vEnd, int fNoMonsters, edict_t* pentToSkip, TraceResult* ptr)
{
if ((fNoMonsters == dont_ignore_monsters) && (gpGlobals->trace_flags != FTRACE_FLASH))
/*if ((fNoMonsters == dont_ignore_monsters) && (gpGlobals->trace_flags != FTRACE_FLASH))
{
if (!FNullEnt(pentToSkip))
{
Expand Down Expand Up @@ -109,6 +109,6 @@ void CAccuracyFix::TraceLine(const float* vStart, const float* vEnd, int fNoMons
}
}
}
}
}*/
}

0 comments on commit 167f014

Please sign in to comment.