mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-23 14:13:32 +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();
|
||||
EntityType entityType = livingEntity.getType();
|
||||
if (!(entityType == fPlayer.mobThrowerCreature()))
|
||||
if (entityType != fPlayer.mobThrowerCreature())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue