Fix DynamicRegionRepository.loadRegions with GlobalRegion

This commit is contained in:
2026-03-02 12:09:55 +01:00
parent c3319a53d2
commit eb7d74a3a5
@@ -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;
}