Skip to content

Commit

Permalink
Update MetaDLL.cpp
Browse files Browse the repository at this point in the history
Fix issue #12
  • Loading branch information
SmileYzn authored Mar 9, 2024
1 parent 2459506 commit e602b60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AccuracyFix/MetaDLL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ void DLL_POST_ServerActivate(edict_t* pEdictList, int edictCount, int clientMax)
void DLL_POST_CmdEnd(const edict_t* pEdict)
{
gAccuracyFix.CmdEnd(pEdict);

RETURN_META(MRES_IGNORED);
}
#endif
#pragma endregion
#pragma endregion

0 comments on commit e602b60

Please sign in to comment.