forked from SteamWar/SteamWar
Fix RegionDataRepository
Add DefaultFlagStorage
This commit is contained in:
+5
@@ -137,6 +137,11 @@ public class FixedRegion implements Region {
|
||||
public void delete() {
|
||||
file.delete();
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getCreationTime() {
|
||||
return file.lastModified();
|
||||
}
|
||||
}
|
||||
|
||||
public FixedRegion(String name, FixedRegionData flagStorage, Prototype prototype, YAPIONObject regionConfig, YAPIONObject regionData) {
|
||||
|
||||
Reference in New Issue
Block a user