Update LagExploit.cpp
This commit is contained in:
parent
9f15cca230
commit
9850642ca6
@ -146,7 +146,7 @@ void CreateMove()
|
|||||||
if (!point)
|
if (!point)
|
||||||
{
|
{
|
||||||
CachedEntity *pEnt = ENTITY(i);
|
CachedEntity *pEnt = ENTITY(i);
|
||||||
const model_t *model = RAW_ENT(pEnt)->GetModel();
|
model_t *model = RAW_ENT(pEnt)->GetModel();
|
||||||
if (!model)
|
if (!model)
|
||||||
continue;
|
continue;
|
||||||
const char *model_name = g_IModelInfo->GetModelName(model);
|
const char *model_name = g_IModelInfo->GetModelName(model);
|
||||||
|
Reference in New Issue
Block a user