mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-05 20:12:55 +00:00
FS-26
This commit is contained in:
parent
0c12a19d1d
commit
ed815794ed
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue