fix event registration issue for PlayerIslandLeaveEvent

This commit is contained in:
jascotty2 2019-09-04 14:16:57 -05:00
parent 0ef80b465f
commit e5a7d41212

View File

@ -20,7 +20,7 @@ public class PlayerIslandLeaveEvent extends PlayerEvent implements Cancellable {
return HANDLERS;
}
public HandlerList getHandlerList() {
public static HandlerList getHandlerList() {
return HANDLERS;
}