Skip to content

Commit

Permalink
Update AccuracyFix.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Aug 26, 2024
1 parent 554bd71 commit 40755d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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_BULLET))
if ((fNoMonsters == dont_ignore_monsters) && (gpGlobals->trace_flags == FTRACE_FLASH))
{
if (!FNullEnt(pentToSkip))
{
Expand Down

0 comments on commit 40755d9

Please sign in to comment.