Patch rebuild.
This commit is contained in:
@@ -428,9 +428,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
return this.world;
|
return this.world;
|
||||||
}
|
}
|
||||||
@@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess {
|
@@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess {
|
||||||
this.isClientSide = flag;
|
this.N.world = (WorldServer) this;
|
||||||
this.N = worldprovider.getWorldBorder();
|
this.getServer().addWorld(this.world);
|
||||||
this.getServer().addWorld(this.world); // CraftBukkit
|
// CraftBukkit end
|
||||||
+ timings = new SpigotTimings.WorldTimingsHandler(this); // Spigot - code below can generate new world and access timings
|
+ timings = new SpigotTimings.WorldTimingsHandler(this); // Spigot - code below can generate new world and access timings
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,8 +24,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
public CraftWorld getWorld() {
|
public CraftWorld getWorld() {
|
||||||
return this.world;
|
return this.world;
|
||||||
@@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess {
|
@@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess {
|
||||||
this.N = worldprovider.getWorldBorder();
|
this.getServer().addWorld(this.world);
|
||||||
this.getServer().addWorld(this.world); // CraftBukkit
|
// CraftBukkit end
|
||||||
timings = new SpigotTimings.WorldTimingsHandler(this); // Spigot - code below can generate new world and access timings
|
timings = new SpigotTimings.WorldTimingsHandler(this); // Spigot - code below can generate new world and access timings
|
||||||
+ this.entityLimiter = new org.spigotmc.TickLimiter(spigotConfig.entityMaxTickTime);
|
+ this.entityLimiter = new org.spigotmc.TickLimiter(spigotConfig.entityMaxTickTime);
|
||||||
+ this.tileLimiter = new org.spigotmc.TickLimiter(spigotConfig.tileMaxTickTime);
|
+ this.tileLimiter = new org.spigotmc.TickLimiter(spigotConfig.tileMaxTickTime);
|
||||||
|
|||||||
Reference in New Issue
Block a user