Fix setCarryingChest not resizing horse inventory
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -22,6 +22,8 @@ public abstract class CraftChestedHorse extends CraftAbstractHorse implements Ch
|
||||
|
||||
@Override
|
||||
public void setCarryingChest(boolean chest) {
|
||||
if (chest == isCarryingChest()) return;
|
||||
getHandle().setCarryingChest(chest);
|
||||
getHandle().dx();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user