mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
Fixed chunk corruption with mobspawners
This commit is contained in:
parent
02a1c24746
commit
0ba870434e
1 changed files with 108 additions and 108 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue