mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-16 18:31:53 +01:00
[Auto] Updated Upstream (Bukkit/CraftBukkit)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing
Bukkit Changes:
97368963 Update ChunkSnapshot docs about valid coordinates
CraftBukkit Changes:
3831ae62
SPIGOT-4325: Validate coordinate arguments in Chunk/ChunkSnapshot
This commit is contained in:
parent
ba97adc6bf
commit
8ac070c78d
3 changed files with 3 additions and 3 deletions
Spigot-Server-Patches
work
|
@ -5,7 +5,7 @@ Subject: [PATCH] Ability to get Tile Entities from a chunk without snapshots
|
|||
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftChunk.java b/src/main/java/org/bukkit/craftbukkit/CraftChunk.java
|
||||
index 0a47353b48..3238ca7420 100644
|
||||
index 76d395c4ed..12c6d850d2 100644
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/CraftChunk.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/CraftChunk.java
|
||||
@@ -0,0 +0,0 @@ public class CraftChunk implements Chunk {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 410a601d008d1c13612815b900f28c00ac4b90a6
|
||||
Subproject commit 9736896362b5ff5e6d79f3201983b9b3c2ddda26
|
|
@ -1 +1 @@
|
|||
Subproject commit a1ab86d8cb5e264c2a4032c3729407534d21d33a
|
||||
Subproject commit 3831ae621f5b75add3ad528b1f07dd30c154fcae
|
Loading…
Add table
Reference in a new issue