diff --git a/modules/cstrike/cstrike/CstrikeMain.cpp b/modules/cstrike/cstrike/CstrikeMain.cpp index 55a80286..58de8b74 100644 --- a/modules/cstrike/cstrike/CstrikeMain.cpp +++ b/modules/cstrike/cstrike/CstrikeMain.cpp @@ -91,11 +91,15 @@ void OnServerActivate(edict_t *pEdictList, int edictCount, int clientMax) { // Used to catch WeaponList message at map change. EnableMessageHooks(); + + RETURN_META(MRES_IGNORED); } void OnServerActivate_Post(edict_t *pEdictList, int edictCount, int clientMax) { DisableMessageHooks(); + + RETURN_META(MRES_IGNORED); } void OnPluginsUnloaded()