summaryrefslogtreecommitdiffstats
path: root/nms-patches/ChunkProviderServer.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-07-15 20:08:04 +1000
committermd_5 <git@md-5.net>2016-07-15 20:10:43 +1000
commit7f9fbe54baf0e73dc6a9a1ff58d67f82881507a4 (patch)
tree0b3899cc364fed2c8aa7d7b6d7f41297c60d270d /nms-patches/ChunkProviderServer.patch
parent301db84d3d85f5218f3ec590224071c04140bbe2 (diff)
downloadcraftbukkit-7f9fbe54baf0e73dc6a9a1ff58d67f82881507a4.tar
craftbukkit-7f9fbe54baf0e73dc6a9a1ff58d67f82881507a4.tar.gz
craftbukkit-7f9fbe54baf0e73dc6a9a1ff58d67f82881507a4.tar.lz
craftbukkit-7f9fbe54baf0e73dc6a9a1ff58d67f82881507a4.tar.xz
craftbukkit-7f9fbe54baf0e73dc6a9a1ff58d67f82881507a4.zip
Simplify a few diffs
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;
}