mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-19 21:09:05 +00:00
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) {
|