Update LagExploit.cpp
This commit is contained in:
parent
e5b44a8c35
commit
8276965f7a
@ -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;
|
||||
|
Reference in New Issue
Block a user