summaryrefslogtreecommitdiffstats
path: root/nms-patches/SecondaryWorldServer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/SecondaryWorldServer.patch')
-rw-r--r--nms-patches/SecondaryWorldServer.patch14
1 files changed, 5 insertions, 9 deletions
diff --git a/nms-patches/SecondaryWorldServer.patch b/nms-patches/SecondaryWorldServer.patch
index a26d9cd0..cde0aaa9 100644
--- a/nms-patches/SecondaryWorldServer.patch
+++ b/nms-patches/SecondaryWorldServer.patch
@@ -15,7 +15,7 @@
worldserver.getWorldBorder().a(new IWorldBorderListener() {
public void a(WorldBorder worldborder, double d0) {
SecondaryWorldServer.this.getWorldBorder().setSize(d0);
-@@ -36,13 +39,14 @@
+@@ -36,9 +39,10 @@
SecondaryWorldServer.this.getWorldBorder().setDamageBuffer(d0);
}
});
@@ -26,17 +26,13 @@
+ // protected void a() {} // CraftBukkit
public World b() {
- this.worldMaps = this.a.T();
-- this.scoreboard = this.a.getScoreboard();
-+ // this.scoreboard = this.a.getScoreboard(); // CraftBukkit
- String s = PersistentVillage.a(this.worldProvider);
- PersistentVillage persistentvillage = (PersistentVillage) this.worldMaps.get(PersistentVillage.class, s);
-
-@@ -54,6 +58,6 @@
+ this.worldMaps = this.a.X();
+@@ -55,7 +59,7 @@
this.villages.a((World) this);
}
- return this;
+ return super.b(); // CraftBukkit
}
- }
+
+ public void c() {