Fixed an issue with the API.

This commit is contained in:
Brianna 2020-04-08 14:35:40 -04:00
parent 62ee9c834c
commit e49b7da845

View File

@ -15,6 +15,7 @@ public class IslandUpgradeEvent extends IslandEvent {
public IslandUpgradeEvent(Island island, Player player, IslandUpgrade upgrade) {
super(island);
this.player = player;
this.upgrade = upgrade;
}
public static HandlerList getHandlerList() {