mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
a0f2b74c8d
By: md_5 <git@md-5.net>
11 lines
643 B
Diff
11 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) {
|