diff options
Diffstat (limited to 'patches/api/0100-WitchConsumePotionEvent.patch')
-rw-r--r-- | patches/api/0100-WitchConsumePotionEvent.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/patches/api/0100-WitchConsumePotionEvent.patch b/patches/api/0100-WitchConsumePotionEvent.patch index 3d69f2e148..3dd9e13cae 100644 --- a/patches/api/0100-WitchConsumePotionEvent.patch +++ b/patches/api/0100-WitchConsumePotionEvent.patch @@ -7,10 +7,10 @@ Fires when a witch consumes the potion in their hand diff --git a/src/main/java/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.java b/src/main/java/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.java new file mode 100644 -index 0000000000000000000000000000000000000000..6476501ff3299686a059bb75a8ff2424db0cc7f8 +index 0000000000000000000000000000000000000000..43ee765dedf5001fadf1af317b6ab323fde34851 --- /dev/null +++ b/src/main/java/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.java -@@ -0,0 +1,70 @@ +@@ -0,0 +1,71 @@ +package com.destroystokyo.paper.event.entity; + +import org.bukkit.entity.Witch; @@ -73,6 +73,7 @@ index 0000000000000000000000000000000000000000..6476501ff3299686a059bb75a8ff2424 + this.cancelled = cancel; + } + ++ @Override + public HandlerList getHandlers() { + return HANDLER_LIST; + } |