From 80c9a639f6840f64c98c50d6074830602ece40d5 Mon Sep 17 00:00:00 2001 From: Cleverson Date: Mon, 17 Jun 2024 18:23:10 -0300 Subject: [PATCH] Update AccuracyUtil.cpp --- AccuracyFix/AccuracyUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AccuracyFix/AccuracyUtil.cpp b/AccuracyFix/AccuracyUtil.cpp index af1051c..fb94299 100644 --- a/AccuracyFix/AccuracyUtil.cpp +++ b/AccuracyFix/AccuracyUtil.cpp @@ -65,7 +65,7 @@ const char* CAccuracyUtil::GetPath() if (!this->m_Path.empty()) { - g_engfuncs.pfnServerPrint(PLID,"[%s] %s", __func__, this->m_Path.c_str()); + g_engfuncs.pfnServerPrint("[%s] %s", __func__, this->m_Path.c_str()); } return this->m_Path.c_str();