@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/SecondaryWorldServer.java
|
||||
+++ b/net/minecraft/server/SecondaryWorldServer.java
|
||||
@@ -4,8 +4,11 @@
|
||||
@@ -2,8 +2,11 @@
|
||||
|
||||
public class SecondaryWorldServer extends WorldServer {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
worldserver.getWorldBorder().a(new IWorldBorderListener() {
|
||||
public void a(WorldBorder worldborder, double d0) {
|
||||
SecondaryWorldServer.this.getWorldBorder().setSize(d0);
|
||||
@@ -35,9 +38,10 @@
|
||||
@@ -33,9 +36,10 @@
|
||||
SecondaryWorldServer.this.getWorldBorder().setDamageBuffer(d0);
|
||||
}
|
||||
});
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
public SecondaryWorldServer i_() {
|
||||
String s = PersistentVillage.a(this.worldProvider);
|
||||
@@ -51,7 +55,7 @@
|
||||
@@ -49,7 +53,7 @@
|
||||
this.villages.a((World) this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user