Fix sometimes disconnect get crash

This commit is contained in:
Kyle
2020-08-11 11:59:51 +08:00
parent 3350d8d9d9
commit f5218020a9
2 changed files with 36 additions and 38 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ private:
public:
void HookEntity(CBaseEntity* pEntity);
void UnhookEntity(CBaseEntity* pEntity);
void UnhookEntity(int index);
};