Add missing getHandlerList() to McMMOEntityDamageByRuptureEvent fixes #4972

This commit is contained in:
nossr50 2024-02-19 16:12:39 -08:00
parent aa65be0e1b
commit c358c8ce0b

View File

@ -54,4 +54,8 @@ public class McMMOEntityDamageByRuptureEvent extends EntityEvent implements Canc
public HandlerList getHandlers() {
return handlers;
}
public static @NotNull HandlerList getHandlerList() {
return handlers;
}
}