forked from SteamWar/SteamWar
Fix DynamicRegionRepository.loadRegions with GlobalRegion
This commit is contained in:
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user