@@ -7,8 +7,8 @@
|
||||
- this.c = worldborder.getCenterX();
|
||||
- this.d = worldborder.getCenterZ();
|
||||
+ // CraftBukkit start - multiply out nether border
|
||||
+ this.c = worldborder.getCenterX() * (worldborder.world.getDimensionManager().h() ? 8 : 1);
|
||||
+ this.d = worldborder.getCenterZ() * (worldborder.world.getDimensionManager().h() ? 8 : 1);
|
||||
+ this.c = worldborder.getCenterX() * worldborder.world.getDimensionManager().getCoordinateScale();
|
||||
+ this.d = worldborder.getCenterZ() * worldborder.world.getDimensionManager().getCoordinateScale();
|
||||
+ // CraftBukkit end
|
||||
this.f = worldborder.getSize();
|
||||
this.e = worldborder.k();
|
||||
|
||||
Reference in New Issue
Block a user