Fix unsitting sittable animals
This commit is contained in:
parent
46d6c9eaf3
commit
afba8f97b4
|
|
@ -548,7 +548,7 @@ class PlayerEventHandler implements Listener
|
||||||
{
|
{
|
||||||
GriefPrevention.sendMessage(player, TextMode.Err, noContainersReason.get());
|
GriefPrevention.sendMessage(player, TextMode.Err, noContainersReason.get());
|
||||||
event.setCancelled(true);
|
event.setCancelled(true);
|
||||||
sittable.setSitting(false);
|
// sittable.setSitting(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user