Fixed ConsumableConsumedEvent

This commit is contained in:
Indyuce 2021-10-30 12:46:48 +02:00
parent f033db14fa
commit cda411776a

View File

@ -94,4 +94,6 @@ public class ConsumableConsumedEvent extends PlayerDataEvent {
public HandlerList getHandlers() {
return handlers;
}
public static HandlerList getHandlerList() { return handlers; }
}