comment out the other update call instead
otherwise might break stuff
This commit is contained in:
@@ -57,14 +57,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
flag = true;
|
flag = true;
|
||||||
} else if (a(itemstack1, itemstack)) {
|
} else if (a(itemstack1, itemstack)) {
|
||||||
@@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi
|
@@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi
|
||||||
iinventory.update();
|
tileentityhopper.setCooldown(tileentityhopper.world.spigotConfig.hopperTransfer); // Spigot
|
||||||
}
|
}
|
||||||
|
|
||||||
- iinventory.update();
|
- iinventory.update();
|
||||||
+ //iinventory.update(); // Paper
|
+ //iinventory.update(); // Paper
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
iinventory.update();
|
||||||
@@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi
|
@@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi
|
||||||
this.g = i;
|
this.g = i;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user