diff options
Diffstat (limited to 'patches/server/0254-Expose-attack-cooldown-methods-for-Player.patch')
-rw-r--r-- | patches/server/0254-Expose-attack-cooldown-methods-for-Player.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0254-Expose-attack-cooldown-methods-for-Player.patch b/patches/server/0254-Expose-attack-cooldown-methods-for-Player.patch index 49e30634f8..707e01b828 100644 --- a/patches/server/0254-Expose-attack-cooldown-methods-for-Player.patch +++ b/patches/server/0254-Expose-attack-cooldown-methods-for-Player.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Expose attack cooldown methods for Player diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java -index bd2f49c8c6271497f5e54da5a3975ef632701e74..cb9352ac83107e61fe5cd3882f3e5ca558b87eaa 100644 +index 1ce97fdbe5ac2d13ded50493865eff4d7919b66a..95bb1282395f18758ee167c2fa4d28aa90a03ca0 100644 --- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java +++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java -@@ -2810,6 +2810,21 @@ public class CraftPlayer extends CraftHumanEntity implements Player { +@@ -2809,6 +2809,21 @@ public class CraftPlayer extends CraftHumanEntity implements Player { return this.adventure$pointers; } |