Update LagExploit.cpp

This commit is contained in:
BenCat07 2018-02-07 12:11:22 +01:00 committed by GitHub
parent 9f15cca230
commit 9850642ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);