mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-06 02:42:14 +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) {
|