@@ -30,7 +30,7 @@
|
||||
+
|
||||
private WorldMap(int i, int j, byte b0, boolean flag, boolean flag1, boolean flag2, ResourceKey<World> resourcekey) {
|
||||
this.scale = b0;
|
||||
this.x = i;
|
||||
this.centerX = i;
|
||||
@@ -62,6 +79,10 @@
|
||||
this.unlimitedTracking = flag1;
|
||||
this.locked = flag2;
|
||||
@@ -107,8 +107,8 @@
|
||||
+ }
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
nbttagcompound.putInt("xCenter", this.x);
|
||||
nbttagcompound.putInt("zCenter", this.z);
|
||||
nbttagcompound.putInt("xCenter", this.centerX);
|
||||
nbttagcompound.putInt("zCenter", this.centerZ);
|
||||
nbttagcompound.putByte("scale", this.scale);
|
||||
@@ -503,7 +561,7 @@
|
||||
this.player = entityhuman;
|
||||
|
||||
Reference in New Issue
Block a user