# Fixed island ownership cooldown not loading.
This commit is contained in:
SystemEncryption 2018-12-20 03:32:45 +00:00
parent c15c641d53
commit 729b683a9c

View File

@ -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) {