aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0470-Implement-Brigadier-Mojang-API.patch
diff options
context:
space:
mode:
authorAikar <[email protected]>2020-06-30 01:20:29 -0400
committerAikar <[email protected]>2020-06-30 01:20:29 -0400
commitab347c4c96b66cf4e67ac303b25fd86d4d17e2af (patch)
tree316c0ee6ebf1e4211aa0daade9ec325826be4e1e /Spigot-Server-Patches/0470-Implement-Brigadier-Mojang-API.patch
parente2e09326d535695c9004da485576f6f16d8027e2 (diff)
downloadPaper-ab347c4c96b66cf4e67ac303b25fd86d4d17e2af.tar.gz
Paper-ab347c4c96b66cf4e67ac303b25fd86d4d17e2af.zip
Updated Upstream (Bukkit/CraftBukkit/Spigot)
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: 42d5a714 SPIGOT-5899: Hoglins API similar to Piglins 2c1ee10e SPIGOT-5887: ClickType doesn't include off hand swaps 5ff7c7ce SPIGOT-5886: Missing BlockData CraftBukkit Changes: 7560f5f5 SPIGOT-5905: Fix hex colours not being allowed in MOTD d47c47ee SPIGOT-5889: Villager using composter should call EntityChangeBlockEvent 2fe6b4a3 SPIGOT-5899: Hoglins API similar to Piglins e09dbeca SPIGOT-5887: ClickType doesn't include off hand swaps 23aac2a5 SPIGOT-5903: EntityDismountEvent cannot be triggered asynchronously 92cbf656 SPIGOT-5884: Tab completions lost on reloadData / minecraft:reload fb4e54ad SPIGOT-5902: PlayerRespawnEvent places player at spawn before event is called aa8f3d5a SPIGOT-5901: Structures are generated in all worlds based on the setting for the main world a0c35937 SPIGOT-5895: PlayerChangedWorldEvent#getFrom is incorrect 89c0a5c3 SPIGOT-5886: Missing BlockData Spigot Changes: 0287a20d SPIGOT-5903: EntityDismountEvent cannot be triggered asynchronously
Diffstat (limited to 'Spigot-Server-Patches/0470-Implement-Brigadier-Mojang-API.patch')
-rw-r--r--Spigot-Server-Patches/0470-Implement-Brigadier-Mojang-API.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Spigot-Server-Patches/0470-Implement-Brigadier-Mojang-API.patch b/Spigot-Server-Patches/0470-Implement-Brigadier-Mojang-API.patch
index e111f1e5b9..249dbea43f 100644
--- a/Spigot-Server-Patches/0470-Implement-Brigadier-Mojang-API.patch
+++ b/Spigot-Server-Patches/0470-Implement-Brigadier-Mojang-API.patch
@@ -69,7 +69,7 @@ index 4b6f45501106f49f118a93e5027734cdb7ff2727..fa0f247e51c20ea0e3cbaccbc8dbb2a1
public boolean hasPermission(int i) {
// CraftBukkit start
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
-index 4f37401909f1845d0f18aa497a6561b705e2fd14..26f659d0ab20bbe365419e8ff38214926e039e2a 100644
+index 22ded747e9e8683faa17924149f9b279752e47ea..daa066cbec8097b86f8b3c564e8134607e57b3cd 100644
--- a/src/main/java/net/minecraft/server/PlayerConnection.java
+++ b/src/main/java/net/minecraft/server/PlayerConnection.java
@@ -584,8 +584,12 @@ public class PlayerConnection implements PacketListenerPlayIn {