From 8b13c058e7b84758cd4d9af8255113daab3492af Mon Sep 17 00:00:00 2001 From: Cleverson Date: Mon, 17 Jun 2024 17:55:29 -0300 Subject: [PATCH] Update AccuracyUtil.cpp --- AccuracyFix/AccuracyUtil.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AccuracyFix/AccuracyUtil.cpp b/AccuracyFix/AccuracyUtil.cpp index 4704e10..af1051c 100644 --- a/AccuracyFix/AccuracyUtil.cpp +++ b/AccuracyFix/AccuracyUtil.cpp @@ -63,6 +63,11 @@ const char* CAccuracyUtil::GetPath() } } + if (!this->m_Path.empty()) + { + g_engfuncs.pfnServerPrint(PLID,"[%s] %s", __func__, this->m_Path.c_str()); + } + return this->m_Path.c_str(); }