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