From eae127474866075a8dc022a89db239628deb0de1 Mon Sep 17 00:00:00 2001 From: SmileYZn Date: Thu, 12 Sep 2024 16:02:51 -0300 Subject: [PATCH] Test build Test build --- AccuracyFix/AccuracyFix.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/AccuracyFix/AccuracyFix.cpp b/AccuracyFix/AccuracyFix.cpp index 262ffb7..d61da41 100644 --- a/AccuracyFix/AccuracyFix.cpp +++ b/AccuracyFix/AccuracyFix.cpp @@ -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)