This commit is contained in:
Video 2021-06-10 17:44:09 -06:00
parent 0c12a19d1d
commit ed815794ed

View File

@ -128,7 +128,7 @@ public class ItemFun extends FreedomService
LivingEntity livingEntity = (LivingEntity)event.getRightClicked(); LivingEntity livingEntity = (LivingEntity)event.getRightClicked();
EntityType entityType = livingEntity.getType(); EntityType entityType = livingEntity.getType();
if (!(entityType == fPlayer.mobThrowerCreature())) if (entityType != fPlayer.mobThrowerCreature())
{ {
return; return;
} }