diff options
author | Prof-Bloodstone <[email protected]> | 2020-07-23 01:35:44 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-22 19:35:44 -0400 |
commit | 42433c2626c21a6bf22b958341e2f076dfb20dd0 (patch) | |
tree | 900745248d46e71ca8a3704fa4fd519e4a893de8 /Spigot-Server-Patches/0483-Fix-Light-Command.patch | |
parent | e5ede546a2153d2d022f6374673ab6e8d359c7e4 (diff) | |
download | Paper-42433c2626c21a6bf22b958341e2f076dfb20dd0.tar.gz Paper-42433c2626c21a6bf22b958341e2f076dfb20dd0.zip |
Updated Upstream (Bukkit/CraftBukkit) (#3980)
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:
09f10fd9 SPIGOT-5950: Add PrepareSmithingEvent event
CraftBukkit Changes:
7c03d257 SPIGOT-6011: End Gateways do not work on Non-Main End Worlds
d492e363 SPIGOT-6015: Small Armor Stand doesn't drop items
5db13eea SPIGOT-5950: Add PrepareSmithingEvent event
Diffstat (limited to 'Spigot-Server-Patches/0483-Fix-Light-Command.patch')
-rw-r--r-- | Spigot-Server-Patches/0483-Fix-Light-Command.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Spigot-Server-Patches/0483-Fix-Light-Command.patch b/Spigot-Server-Patches/0483-Fix-Light-Command.patch index e4180ffedb..d7fd8d334c 100644 --- a/Spigot-Server-Patches/0483-Fix-Light-Command.patch +++ b/Spigot-Server-Patches/0483-Fix-Light-Command.patch @@ -136,7 +136,7 @@ index 40347212ad1bcf857d5b8ddb0ee6a698e2568201..e5751adde516544722b95016f64b2a46 // Paper start - per player view distance // there can be potential desync with player's last mapped section and the view distance map, so use the diff --git a/src/main/java/net/minecraft/server/PlayerChunkMap.java b/src/main/java/net/minecraft/server/PlayerChunkMap.java -index fe343f70ce8024c86363637fda8e5c09cc6e60a9..750749f8533e95b33a6f555900c23bb11b3fda40 100644 +index e4f81e93bfb305af7b2bfbccac3fbe981dbddf11..e4527f3f899ac194d629f39bfdb650667d2dab80 100644 --- a/src/main/java/net/minecraft/server/PlayerChunkMap.java +++ b/src/main/java/net/minecraft/server/PlayerChunkMap.java @@ -96,6 +96,12 @@ public class PlayerChunkMap extends IChunkLoader implements PlayerChunk.d { |