Fix unsitting sittable animals

This commit is contained in:
Len 2022-10-03 21:09:22 +02:00
parent 46d6c9eaf3
commit afba8f97b4

View File

@ -548,7 +548,7 @@ class PlayerEventHandler implements Listener
{
GriefPrevention.sendMessage(player, TextMode.Err, noContainersReason.get());
event.setCancelled(true);
sittable.setSitting(false);
// sittable.setSitting(false);
}
}
}