summaryrefslogtreecommitdiffstats
path: root/nms-patches/ChunkProviderServer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ChunkProviderServer.patch')
-rw-r--r--nms-patches/ChunkProviderServer.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/nms-patches/ChunkProviderServer.patch b/nms-patches/ChunkProviderServer.patch
index 37321d64..f83e0c22 100644
--- a/nms-patches/ChunkProviderServer.patch
+++ b/nms-patches/ChunkProviderServer.patch
@@ -97,17 +97,16 @@
if (chunk == null) {
long k = ChunkCoordIntPair.a(i, j);
-@@ -100,7 +168,8 @@
+@@ -100,7 +168,7 @@
this.chunks.put(k, chunk);
chunk.addEntities();
- chunk.loadNearby(this, this.chunkGenerator);
-+
+ chunk.loadNearby(this, this.chunkGenerator, true); // CraftBukkit
}
return chunk;
-@@ -146,10 +215,12 @@
+@@ -146,10 +214,12 @@
public boolean a(boolean flag) {
int i = 0;
@@ -123,7 +122,7 @@
if (flag) {
this.saveChunkNOP(chunk);
-@@ -182,10 +253,12 @@
+@@ -182,10 +252,12 @@
Chunk chunk = (Chunk) this.chunks.get(olong);
if (chunk != null && chunk.d) {
@@ -140,7 +139,7 @@
++i;
}
}
-@@ -197,6 +270,40 @@
+@@ -197,6 +269,40 @@
return false;
}