add missing getHandlerList() in ClaimCreatedEvent
This commit is contained in:
@@ -17,6 +17,10 @@ public class ClaimCreatedEvent extends Event implements Cancellable {
|
|||||||
|
|
||||||
private static final HandlerList handlers = new HandlerList();
|
private static final HandlerList handlers = new HandlerList();
|
||||||
|
|
||||||
|
public static HandlerList getHandlerList() {
|
||||||
|
return handlers;
|
||||||
|
}
|
||||||
|
|
||||||
private final Claim claim;
|
private final Claim claim;
|
||||||
|
|
||||||
private final CommandSender creator;
|
private final CommandSender creator;
|
||||||
|
|||||||
Reference in New Issue
Block a user