mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-02-04 05:41:30 +01:00
Build 56
# Fixed island ownership cooldown not loading.
This commit is contained in:
parent
c15c641d53
commit
729b683a9c
@ -120,7 +120,7 @@ public class Join implements Listener {
|
||||
|
||||
cooldownManager.addCooldownPlayer(CooldownType.Levelling,
|
||||
cooldownManager.loadCooldownPlayer(CooldownType.Levelling, offlinePlayer));
|
||||
cooldownManager.addCooldownPlayer(CooldownType.Levelling,
|
||||
cooldownManager.addCooldownPlayer(CooldownType.Ownership,
|
||||
cooldownManager.loadCooldownPlayer(CooldownType.Ownership, offlinePlayer));
|
||||
|
||||
if (island.getRole(IslandRole.Member).size() == 0 && island.getRole(IslandRole.Operator).size() == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user