This commit is contained in:
tastybento 2023-08-25 15:05:11 -07:00
parent 6ff1ee1c52
commit 558036cde3
1 changed files with 1 additions and 0 deletions

View File

@ -1108,6 +1108,7 @@ public class IslandsManager {
.thenAccept(result::complete);
return;
}
// TODO - fix the homes being storing on the wrong island.
// Add home
if (getHomeLocations(island).isEmpty()) {
setHomeLocation(player.getUniqueId(), home);