aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0179-AsyncTabCompleteEvent.patch
diff options
context:
space:
mode:
authorAikar <[email protected]>2021-05-17 18:32:29 -0400
committerAikar <[email protected]>2021-05-17 18:32:29 -0400
commit45e19ffb00d11bf1d5e21a933838631c9b432f29 (patch)
tree095800d6af69807220df4fd7973bc4e4564822f9 /Spigot-Server-Patches/0179-AsyncTabCompleteEvent.patch
parent151457628192009b37b04b1eaf41e403c8ffef2c (diff)
downloadPaper-45e19ffb00d11bf1d5e21a933838631c9b432f29.tar.gz
Paper-45e19ffb00d11bf1d5e21a933838631c9b432f29.zip
[Auto] Updated Upstream (CraftBukkit)
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 CraftBukkit Changes: cc21bae97 SPIGOT-5569: Call WorldInitEvent before any chunks are getting generated
Diffstat (limited to 'Spigot-Server-Patches/0179-AsyncTabCompleteEvent.patch')
-rw-r--r--Spigot-Server-Patches/0179-AsyncTabCompleteEvent.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0179-AsyncTabCompleteEvent.patch b/Spigot-Server-Patches/0179-AsyncTabCompleteEvent.patch
index a9845876ae..c5326113ba 100644
--- a/Spigot-Server-Patches/0179-AsyncTabCompleteEvent.patch
+++ b/Spigot-Server-Patches/0179-AsyncTabCompleteEvent.patch
@@ -72,10 +72,10 @@ index 3628965d2a18a367c2357b54b65786fb90c38205..fc624315b156f450c1cbc87a81e9eeff
@Override
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
-index c8ea7b8ad46ce0fab794b897b5f3fe414a679387..3c019719e6eaf789bd5e20f382b707973f8b39c6 100644
+index 2f9d649bd7b59b36d23316707da7e31430f8a6cb..fb6a1526384b94495939299b4eef2d1ea2ad7378 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
-@@ -1852,7 +1852,7 @@ public final class CraftServer implements Server {
+@@ -1849,7 +1849,7 @@ public final class CraftServer implements Server {
offers = tabCompleteChat(player, message);
}