Fix DynamicRegionRepository.loadRegions with GlobalRegion

This commit is contained in:
2026-08-27 08:39:24 +02:00
parent f086aa34d8
commit ae4c934d26
@@ -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;
} }