mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
Update to Minecraft 1.9
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user