mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Fix compile issues
This commit is contained in:
@@ -10372,7 +10372,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ }
|
||||
+
|
||||
+ // Don't really have a choice but to place this hook here
|
||||
+ PlatformHooks.get().onChunkHolderTicketChange(this.world, this, oldLevel, newLevel);
|
||||
+ PlatformHooks.get().onChunkHolderTicketChange(this.world, this.vanillaChunkHolder, oldLevel, newLevel);
|
||||
+ }
|
||||
+
|
||||
+ static final int NEIGHBOUR_RADIUS = 2;
|
||||
@@ -14401,7 +14401,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+
|
||||
+ try {
|
||||
+ // run converters
|
||||
+ final CompoundTag converted = this.world.getChunkSource().chunkMap.upgradeChunkTag(data);
|
||||
+ final CompoundTag converted = this.world.getChunkSource().chunkMap.upgradeChunkTag(data, new ChunkPos(this.chunkX, this.chunkZ)); // Paper
|
||||
+
|
||||
+ // unpack the data
|
||||
+ final SerializableChunkData chunkData = SerializableChunkData.parse(
|
||||
|
Reference in New Issue
Block a user