Add missing getHandlerList() in ClaimModifiedEvent (#387)
This commit is contained in:
parent
07d1112588
commit
5ebbc999dd
|
|
@ -13,7 +13,12 @@ import org.bukkit.event.HandlerList;
|
||||||
*/
|
*/
|
||||||
public class ClaimModifiedEvent extends Event {
|
public class ClaimModifiedEvent extends Event {
|
||||||
|
|
||||||
private 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 CommandSender modifier;
|
private CommandSender modifier;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user