mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-03 01:19:58 +01:00
Do we have to remind @khobbits not to code while drunk. Again.
This commit is contained in:
parent
327a57de3c
commit
8eb7428ad1
@ -62,7 +62,7 @@ public class EssentialsEntityListener implements Listener
|
|||||||
}
|
}
|
||||||
else if (eDefend instanceof Animals && eAttack instanceof Player)
|
else if (eDefend instanceof Animals && eAttack instanceof Player)
|
||||||
{
|
{
|
||||||
final User player = ess.getUser(eAttack);
|
final Player player = (Player)eAttack;
|
||||||
final ItemStack hand = player.getItemInHand();
|
final ItemStack hand = player.getItemInHand();
|
||||||
if (hand != null && hand.getType() == Material.MILK_BUCKET)
|
if (hand != null && hand.getType() == Material.MILK_BUCKET)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user