mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-22 10:15:54 +01:00
Update IslandManager.java
This commit is contained in:
parent
17aeec7d75
commit
76e1f26a06
@ -1304,7 +1304,7 @@ public class IslandManager {
|
||||
OfflinePlayer offlinePlayerData = new OfflinePlayer(offlinePlayer.getUniqueId());
|
||||
loadIsland(offlinePlayer);
|
||||
|
||||
if (offlinePlayerData.getOwner() != null && islandStorage.containsKey(offlinePlayer.getUniqueId())) {
|
||||
if (offlinePlayerData.getOwner() != null && islandStorage.containsKey(offlinePlayerData.getOwner())) {
|
||||
return islandStorage.get(offlinePlayerData.getOwner());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user