diff options
Diffstat (limited to 'patches/server/0246-Expose-attack-cooldown-methods-for-Player.patch')
-rw-r--r-- | patches/server/0246-Expose-attack-cooldown-methods-for-Player.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0246-Expose-attack-cooldown-methods-for-Player.patch b/patches/server/0246-Expose-attack-cooldown-methods-for-Player.patch index e382df3eff..f736e3418f 100644 --- a/patches/server/0246-Expose-attack-cooldown-methods-for-Player.patch +++ b/patches/server/0246-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 e28f9563ce9e3c762b237013f322265c16484192..f00afc993fc343a1fbc6cf71f8b3e45f8d76e42b 100644 +index 59d19212487770304a9b273f1546a2cc199764ab..a787be4cc43a01c7a6d66fe507df2ab2b63019a0 100644 --- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java +++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java -@@ -2956,6 +2956,21 @@ public class CraftPlayer extends CraftHumanEntity implements Player { +@@ -2953,6 +2953,21 @@ public class CraftPlayer extends CraftHumanEntity implements Player { return this.adventure$pointers; } |