Fix DynamicRegionRepository.loadRegions with GlobalRegion

This commit is contained in:
2026-08-13 17:40:57 +02:00
parent 87e69a9747
commit d32dc611ab
@@ -95,7 +95,7 @@ public class DynamicRegionRepository {
RegionSystem.LOGGER.log(Level.WARNING, "Failed to resolve region id: " + region.getName()); RegionSystem.LOGGER.log(Level.WARNING, "Failed to resolve region id: " + region.getName());
continue; continue;
} }
if (regionUUID == RegionSystem.GLOBAL_REGION_ID) { if (regionUUID.equals(RegionSystem.GLOBAL_REGION_ID)) {
continue; continue;
} }