mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
12 lines
643 B
Diff
12 lines
643 B
Diff
--- a/net/minecraft/server/WorldUpgrader.java
|
|
+++ b/net/minecraft/server/WorldUpgrader.java
|
|
@@ -123,7 +123,7 @@
|
|
int j = IChunkLoader.a(nbttagcompound);
|
|
NBTTagCompound nbttagcompound1 = ichunkloader.getChunkData(dimensionmanager2, () -> {
|
|
return this.q;
|
|
- }, nbttagcompound);
|
|
+ }, nbttagcompound, chunkcoordintpair, null); // CraftBukkit
|
|
boolean flag2 = j < SharedConstants.a().getWorldVersion();
|
|
|
|
if (this.d) {
|