Commands
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
|
||||
@@ -340,7 +_,7 @@
|
||||
|
||||
protected void createInventory() {
|
||||
public void createInventory() {
|
||||
SimpleContainer simpleContainer = this.inventory;
|
||||
- this.inventory = new SimpleContainer(this.getInventorySize());
|
||||
+ this.inventory = new SimpleContainer(this.getInventorySize(), (org.bukkit.entity.AbstractHorse) this.getBukkitEntity()); // CraftBukkit
|
||||
|
||||
Reference in New Issue
Block a user