Fix DynamicRegionRepository.loadRegions with GlobalRegion

This commit is contained in:
2026-03-16 21:08:26 +01:00
parent 174ff8c02f
commit dc9c60f712
@@ -95,7 +95,7 @@ public class DynamicRegionRepository {
RegionSystem.LOGGER.log(Level.WARNING, "Failed to resolve region id: " + region.getName());
continue;
}
if (regionUUID == RegionSystem.GLOBAL_REGION_ID) {
if (regionUUID.equals(RegionSystem.GLOBAL_REGION_ID)) {
continue;
}