Merge remote-tracking branch 'upstream/master'

This commit is contained in:
TotallyNotElite 2018-06-12 15:53:12 +02:00
commit a99ef04d19

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