forked from SteamWar/SteamWar
Fix RegionConfig
Implement FixedRegion Add RegionHistory.Impl
This commit is contained in:
+4
@@ -36,6 +36,10 @@ public class FixedRegionSystem implements RegionSystem {
|
||||
|
||||
private static final Map<UUID, Region> REGION_MAP = new HashMap<>();
|
||||
|
||||
public static void addRegion(Region region) {
|
||||
REGION_MAP.put(region.getID(), region);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void load() {
|
||||
PrototypeLoader.load();
|
||||
|
||||
Reference in New Issue
Block a user