Rebuild patches

This commit is contained in:
Zach Brown 2016-03-07 00:57:19 -06:00
parent 996dfe9f78
commit 3c1f7052c2

View file

@ -33,6 +33,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ // Paper end
+
public Chunk getChunkAt(int x, int z) {
return this.world.getChunkProviderServer().getChunkAt(x, z).bukkitChunk;
return this.world.getChunkProviderServer().getOrCreateChunkFast(x, z).bukkitChunk;
}
--