aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0554-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch
diff options
context:
space:
mode:
authorAikar <[email protected]>2021-04-07 01:17:32 -0400
committerAikar <[email protected]>2021-04-07 01:17:32 -0400
commitc953e51dd79124f897a379eb7b89745978c4cdc0 (patch)
tree507cdbeb9abd08d1453d6310164f0713db057911 /Spigot-Server-Patches/0554-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch
parentdc529c7a931a226c19a4a01dd37fce86082f1a16 (diff)
downloadPaper-c953e51dd79124f897a379eb7b89745978c4cdc0.tar.gz
Paper-c953e51dd79124f897a379eb7b89745978c4cdc0.zip
[Auto] Updated Upstream (CraftBukkit/Spigot)
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: 221aed6cf SPIGOT-6413: Server Corruption Changing Blocks in Piston Events 721c4966b SPIGOT-6411: The PlayerEditBookEvent is not called when the player edits a book in the off-hand. be0e94581 Add mc-dev imports Spigot Changes: a25e8ed2 Remove mc-dev imports
Diffstat (limited to 'Spigot-Server-Patches/0554-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch')
-rw-r--r--Spigot-Server-Patches/0554-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0554-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch b/Spigot-Server-Patches/0554-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch
index 2eda283a6c..5407e8094f 100644
--- a/Spigot-Server-Patches/0554-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch
+++ b/Spigot-Server-Patches/0554-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Fix SpawnChangeEvent not firing for all use-cases
diff --git a/src/main/java/net/minecraft/server/level/WorldServer.java b/src/main/java/net/minecraft/server/level/WorldServer.java
-index e7cebe1277cb8fc54a080b93b34a66a2e962119b..ea6f7397add28e87d60834495420e52920d6e95c 100644
+index 1a7d06d8a3d1fe0a2a943eae5efd23d28fe4bd62..246708808cbcd9a5c1b8690c869a514d02fddb5c 100644
--- a/src/main/java/net/minecraft/server/level/WorldServer.java
+++ b/src/main/java/net/minecraft/server/level/WorldServer.java
-@@ -1986,12 +1986,14 @@ public class WorldServer extends World implements GeneratorAccessSeed {
+@@ -1988,12 +1988,14 @@ public class WorldServer extends World implements GeneratorAccessSeed {
}
// Paper end