Update AutoBackstab.cpp

This commit is contained in:
BenCat07 2018-02-10 16:52:45 +01:00 committed by GitHub
parent c01b46f836
commit 31ebd3f9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,10 +61,8 @@ void CreateMove()
found = true;
}
}
logging::Info("1");
if (!found)
return;
logging::Info("2");
if (!CE_GOOD(ent))
return;
float ent_eye = CE_FLOAT(ent, netvar.m_angEyeAngles + 4);