forked from SteamWar/SteamWar
Add FixedGlobalFlagStorage
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ public final class FixedGlobalRegion implements Region {
|
||||
private static final Point MIN_POINT = new Point(Integer.MIN_VALUE, Integer.MIN_VALUE, Integer.MIN_VALUE);
|
||||
private static final Point MAX_POINT = new Point(Integer.MAX_VALUE, Integer.MAX_VALUE, Integer.MAX_VALUE);
|
||||
|
||||
private static final FlagStorage FLAG_STORAGE = FixedFlagStorage.createFromFile(null); // TODO: Update to either File or Region creation!
|
||||
private static final FlagStorage FLAG_STORAGE = new FixedGlobalFlagStorage();
|
||||
|
||||
private static final UUID GLOBAL_REGION_ID = new UUID(0, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user