add missing getHandlerList() in ClaimCreatedEvent

This commit is contained in:
RoboMWM 2018-09-22 23:32:49 -07:00
parent 4a9d62c78f
commit bda1c180ec

View File

@ -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;