Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 12:30:06 +01:00
Fixed chunk corruption with mobspawners
Dieser Commit ist enthalten in:
Ursprung
02a1c24746
Commit
0ba870434e
@ -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) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren