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 44e0660 commit 8b13c05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AccuracyFix/AccuracyUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 8b13c05

Please sign in to comment.