Skip to content

Commit

Permalink
Update AccuracyUtil.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Jun 17, 2024
1 parent 8b13c05 commit 80c9a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AccuracyFix/AccuracyUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 80c9a63

Please sign in to comment.