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 efb449e commit eae1274
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions AccuracyFix/AccuracyFix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ void CAccuracyFix::ServerActivate()
}
}

auto Path = gAccuracyUtil.GetPath();

if (Path)
{
if (Path[0u] != '\0')
{
gAccuracyUtil.ServerCommand("exec %s/accuracyfix.cfg", Path);
}
}
//auto Path = gAccuracyUtil.GetPath();

//if (Path)
//{
// if (Path[0u] != '\0')
// {
// 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 eae1274

Please sign in to comment.