Skip to content

Commit

Permalink
Test Build
Browse files Browse the repository at this point in the history
Test Build
  • Loading branch information
SmileYzn committed Sep 12, 2024
1 parent bc6ce0d commit 24b93a0
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 24b93a0

Please sign in to comment.