mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-07 03:00:29 +01:00
Fixed an issue with the API.
This commit is contained in:
parent
62ee9c834c
commit
e49b7da845
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user