mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-02 17:32:03 +01:00
Rebuild patches
This commit is contained in:
parent
996dfe9f78
commit
3c1f7052c2
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ // Paper end
|
+ // Paper end
|
||||||
+
|
+
|
||||||
public Chunk getChunkAt(int x, int z) {
|
public Chunk getChunkAt(int x, int z) {
|
||||||
return this.world.getChunkProviderServer().getChunkAt(x, z).bukkitChunk;
|
return this.world.getChunkProviderServer().getOrCreateChunkFast(x, z).bukkitChunk;
|
||||||
}
|
}
|
||||||
--
|
--
|
Loading…
Reference in a new issue