aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0244-Expose-attack-cooldown-methods-for-Player.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0244-Expose-attack-cooldown-methods-for-Player.patch')
-rw-r--r--patches/server/0244-Expose-attack-cooldown-methods-for-Player.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0244-Expose-attack-cooldown-methods-for-Player.patch b/patches/server/0244-Expose-attack-cooldown-methods-for-Player.patch
index 2b4d1222f5..2d2577636a 100644
--- a/patches/server/0244-Expose-attack-cooldown-methods-for-Player.patch
+++ b/patches/server/0244-Expose-attack-cooldown-methods-for-Player.patch
@@ -5,7 +5,7 @@ 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 ddf089d73a05792d99a96bb449717d82755f5cd9..27d29187b5471fa9d1588b7e8e35539be8a861a0 100644
+index b4212f5a5b3b1e5476f7598be165ffb1defb5c21..65c56d29e04fd0853a8bfe9f943d27fe71849cc2 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java
@@ -2897,6 +2897,21 @@ public class CraftPlayer extends CraftHumanEntity implements Player {