Uhm you saw nothing

This commit is contained in:
LightCat 2018-06-11 23:16:18 +02:00 committed by GitHub
parent 293db439f2
commit 72e4f1af7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,8 @@ int NearbyEntities()
} }
void CreateMove() void CreateMove()
{ {
if (!enabled)
return;
if (CE_BAD(LOCAL_E)) if (CE_BAD(LOCAL_E))
return; return;
if (!HasWeapon(LOCAL_E, 59)) if (!HasWeapon(LOCAL_E, 59))