mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 20:53:54 -07:00
Fixed chunk corruption with mobspawners
This commit is contained in:
@@ -97,7 +97,7 @@ public class TileEntityMobSpawner extends TileEntity {
|
|||||||
public void a(NBTTagCompound nbttagcompound) {
|
public void a(NBTTagCompound nbttagcompound) {
|
||||||
super.a(nbttagcompound);
|
super.a(nbttagcompound);
|
||||||
h = nbttagcompound.h("EntityId");
|
h = nbttagcompound.h("EntityId");
|
||||||
e = ((int) (nbttagcompound.c("Delay")));
|
e = ((short) (nbttagcompound.c("Delay")));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void b(NBTTagCompound nbttagcompound) {
|
public void b(NBTTagCompound nbttagcompound) {
|
||||||
|
Reference in New Issue
Block a user