From c515eb9a0857d7ded3e584563f189a1c8304d668 Mon Sep 17 00:00:00 2001 From: Spottedleaf Date: Tue, 7 Jun 2022 17:43:52 -0700 Subject: [PATCH] rebuild after rebase --- .../0255-Expose-attack-cooldown-methods-for-Player.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/server/0255-Expose-attack-cooldown-methods-for-Player.patch b/patches/server/0255-Expose-attack-cooldown-methods-for-Player.patch index 3302cbbaf..9d1973f7a 100644 --- a/patches/server/0255-Expose-attack-cooldown-methods-for-Player.patch +++ b/patches/server/0255-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 331dd7f22d71719e7598b076246b9dcaffa77562..72caa9a230318ce87364446682a4ced67ec2d2c5 100644 +index 0ac8f15b0cecbee7087df8cf92889850c21ac9f0..bbde07e39a2d7b2b29212d2b583048e7bf410dc4 100644 --- a/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java +++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java -@@ -2493,6 +2493,21 @@ public class CraftPlayer extends CraftHumanEntity implements Player { +@@ -2506,6 +2506,21 @@ public class CraftPlayer extends CraftHumanEntity implements Player { return this.adventure$pointers; }