Update LagExploit.cpp

This commit is contained in:
BenCat07 2018-02-07 12:16:05 +01:00 committed by GitHub
parent e5b44a8c35
commit 8276965f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,6 +146,8 @@ void CreateMove()
if (!point)
{
CachedEntity *pEnt = ENTITY(i);
if (!CE_GOOD(pEnt))
continue;
const model_t *model = RAW_ENT(pEnt)->GetModel();
if (!model)
continue;