mirror of
https://github.com/rehlds/rechecker.git
synced 2025-01-25 01:57:54 +03:00
Prevent crash on HLDS lol
This commit is contained in:
parent
4ddf4d712c
commit
8261cf56f5
@ -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
|
||||
|
@ -22,7 +22,7 @@ plugin_info_t Plugin_info =
|
||||
{
|
||||
META_INTERFACE_VERSION,
|
||||
"Rechecker",
|
||||
"2.5",
|
||||
"2.6",
|
||||
__DATE__,
|
||||
"s1lent",
|
||||
"http://www.dedicated-server.ru/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user