Do not fix island centers

This commit is contained in:
tastybento 2024-09-18 14:19:35 -07:00
parent e90755d73d
commit d2410a5f85

View File

@ -1275,8 +1275,10 @@ public class IslandsManager {
+ island.getRange() + "!\n" + "Island ID in database is " + island.getUniqueId() + ".\n" + island.getRange() + "!\n" + "Island ID in database is " + island.getUniqueId() + ".\n"
+ "Island distance in config.yml cannot be changed mid-game! Fix config.yml or clean database."); + "Island distance in config.yml cannot be changed mid-game! Fix config.yml or clean database.");
} else { } else {
// Fix island center if it is off if (!plugin.getSettings().isOverrideSafetyCheck()) {
fixIslandCenter(island); // Fix island center if it is off
fixIslandCenter(island);
}
islandCache.addIsland(island, true); islandCache.addIsland(island, true);
if (island.isSpawn()) { if (island.isSpawn()) {