CStrike: Fix a missing RemoveEntityHashValue function address check (#519)
This commit is contained in:
parent
605d1a5b1e
commit
ce14df0c77
|
@ -721,9 +721,9 @@ void InitFuncsAddresses()
|
|||
MF_Log("UTIL_FindEntByString is not available - native cs_find_ent_by_class() has been disabled");
|
||||
}
|
||||
|
||||
if (!AddEntityHashValue || !AddEntityHashValue)
|
||||
if (!AddEntityHashValue || !RemoveEntityHashValue)
|
||||
{
|
||||
MF_Log("AddEntityHashValue or AddEntityHashValue is not available - native cs_set_ent_class() has been disabled");
|
||||
MF_Log("AddEntityHashValue or RemoveEntityHashValue is not available - native cs_set_ent_class() has been disabled");
|
||||
}
|
||||
|
||||
if (!HasReGameDll && !GetWeaponInfo)
|
||||
|
|
Loading…
Reference in New Issue
Block a user