Fixed chunk corruption with mobspawners
This commit is contained in:
parent
02a1c24746
commit
0ba870434e
@ -97,7 +97,7 @@ public class TileEntityMobSpawner extends TileEntity {
|
||||
public void a(NBTTagCompound nbttagcompound) {
|
||||
super.a(nbttagcompound);
|
||||
h = nbttagcompound.h("EntityId");
|
||||
e = ((int) (nbttagcompound.c("Delay")));
|
||||
e = ((short) (nbttagcompound.c("Delay")));
|
||||
}
|
||||
|
||||
public void b(NBTTagCompound nbttagcompound) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user