diff options
author | Kezz <[email protected]> | 2021-05-29 23:56:24 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-29 15:56:24 -0700 |
commit | 9072c349a0733dd04b182237c556a267858de134 (patch) | |
tree | 9474987deddf470c32bfa685bac892a057d62ddd /Spigot-Server-Patches/0464-Implement-Mob-Goal-API.patch | |
parent | 525d0e3d3752fa78e7c136a4d4bf13c3278691d9 (diff) | |
download | Paper-9072c349a0733dd04b182237c556a267858de134.tar.gz Paper-9072c349a0733dd04b182237c556a267858de134.zip |
Fix broadcast event and add Adventure broadcast (#5477)
Diffstat (limited to 'Spigot-Server-Patches/0464-Implement-Mob-Goal-API.patch')
-rw-r--r-- | Spigot-Server-Patches/0464-Implement-Mob-Goal-API.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0464-Implement-Mob-Goal-API.patch b/Spigot-Server-Patches/0464-Implement-Mob-Goal-API.patch index 2e54315404..3fbd0e0c30 100644 --- a/Spigot-Server-Patches/0464-Implement-Mob-Goal-API.patch +++ b/Spigot-Server-Patches/0464-Implement-Mob-Goal-API.patch @@ -1043,10 +1043,10 @@ index 8c8e39d35fb56aa6cf7d456adab01dff5d13a60d..bcf6c924894f49f1c602b83b501f904e public PathfinderGoalWrapped(int i, PathfinderGoal pathfindergoal) { diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java -index 7d19942373523f18eb9420d0873f2309895b34d7..cc1316825b639e4b95407922dfa246763db36a9a 100644 +index f6e2e54b5a1b8c2df41a0593fa15112c5195c49c..aa5efc9225bb58f9290b9aefcb5ef171c7a88e7d 100644 --- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java +++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java -@@ -2387,5 +2387,11 @@ public final class CraftServer implements Server { +@@ -2391,5 +2391,11 @@ public final class CraftServer implements Server { public boolean isStopping() { return net.minecraft.server.MinecraftServer.getServer().hasStopped(); } |