diff --git a/src/main.cpp b/src/main.cpp index 7a424be..d52600a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -98,6 +98,9 @@ bool OnMetaAttach() void OnMetaDetach() { + if (!g_RehldsFuncs) + return; + cvar_t *pcv_mp_consistency = g_engfuncs.pfnCVarGetPointer("mp_consistency"); // To restore the pointer address of a string diff --git a/src/meta_api.cpp b/src/meta_api.cpp index d9c6011..8931645 100644 --- a/src/meta_api.cpp +++ b/src/meta_api.cpp @@ -22,7 +22,7 @@ plugin_info_t Plugin_info = { META_INTERFACE_VERSION, "Rechecker", - "2.5", + "2.6", __DATE__, "s1lent", "http://www.dedicated-server.ru/",