Merge pull request #498 from nullworks/B

Uhm you saw nothing
This commit is contained in:
LightCat 2018-06-11 23:20:06 +02:00 committed by GitHub
commit ab7aed3a7c
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))