aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0132-Add-configuration-option-to-prevent-player-names-fro.patch
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2022-07-04 16:38:06 +0200
committerGitHub <[email protected]>2022-07-04 16:38:06 +0200
commit385f313a8b9be3182224330bfc321b4cadbc94e4 (patch)
tree22d2ed4ae8a8f188acd1478295360465a58940c6 /patches/server/0132-Add-configuration-option-to-prevent-player-names-fro.patch
parent1e5d1db2b75fc240f71068f384487300044a9aad (diff)
downloadPaper-385f313a8b9be3182224330bfc321b4cadbc94e4.tar.gz
Paper-385f313a8b9be3182224330bfc321b4cadbc94e4.zip
Updated Upstream (Bukkit/CraftBukkit/Spigot) (#8092)
Upstream has released updates that appear 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: d41796de SPIGOT-7071: Add Player#stopSound(SoundCategory category) 61dae5b2 SPIGOT-7011, SPIGOT-7065: Overhaul of structures CraftBukkit Changes: 991aeda12 SPIGOT-1729, SPIGOT-7090: Keep precision in teleportation between worlds 5c9a5f628 SPIGOT-7071: Add Player#stopSound(SoundCategory category) 68f888ded SPIGOT-7011, SPIGOT-7065: Overhaul of structures 0231a3746 Remove outdated build delay. Spigot Changes: 475f6008 Rebuild patches 8ce1761f Rebuild patches
Diffstat (limited to 'patches/server/0132-Add-configuration-option-to-prevent-player-names-fro.patch')
-rw-r--r--patches/server/0132-Add-configuration-option-to-prevent-player-names-fro.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0132-Add-configuration-option-to-prevent-player-names-fro.patch b/patches/server/0132-Add-configuration-option-to-prevent-player-names-fro.patch
index 8f527ecb50..6e282a3b8e 100644
--- a/patches/server/0132-Add-configuration-option-to-prevent-player-names-fro.patch
+++ b/patches/server/0132-Add-configuration-option-to-prevent-player-names-fro.patch
@@ -6,10 +6,10 @@ Subject: [PATCH] Add configuration option to prevent player names from being
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
-index 442fd837e5ab21f03dd4c5c6d55bb9504b34ca0e..04a04855602ddc857288fe57c05feb3ccc349c12 100644
+index a1288400fec4f58aeee849b8bce6d3c7751b2967..aacddeb767770472990bfc2b5f9109d5605b3053 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
-@@ -2568,5 +2568,10 @@ public final class CraftServer implements Server {
+@@ -2575,5 +2575,10 @@ public final class CraftServer implements Server {
commandMap.registerServerAliases();
return true;
}