fix rare crash bug in SDKTools GetGameRulesProxyEnt

This commit is contained in:
BotoX
2019-09-21 21:39:35 +02:00
parent bd296a27f8
commit a776c14cf8
+4
View File
@@ -53,6 +53,10 @@ static CBaseEntity *FindEntityByNetClass(int start, const char *classname)
if (network == NULL)
continue;
IHandleEntity *pHandleEnt = network->GetEntityHandle();
if (pHandleEnt == NULL)
continue;
ServerClass *sClass = network->GetServerClass();
const char *name = sClass->GetName();