mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 20:22:05 -07:00
Updated Upstream (CraftBukkit) (#6260)
This commit is contained in:
@@ -1431,9 +1431,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/generator/CraftChunkData.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/generator/CraftChunkData.java
|
||||
@@ -0,0 +0,0 @@ public final class CraftChunkData implements ChunkGenerator.ChunkData {
|
||||
private final int maxHeight;
|
||||
private final LevelChunkSection[] sections;
|
||||
private LevelChunkSection[] sections;
|
||||
private Set<BlockPos> tiles;
|
||||
private final Set<BlockPos> lights = new HashSet<>();
|
||||
+ private World world; // Paper - Anti-Xray - Add parameters
|
||||
|
||||
public CraftChunkData(World world) {
|
||||
|
Reference in New Issue
Block a user