Added Fallen Vessel sector submission
This commit is contained in:
@@ -22,7 +22,7 @@ public class SaveMeta{
|
||||
this.build = build;
|
||||
this.timestamp = timestamp;
|
||||
this.timePlayed = timePlayed;
|
||||
this.map = maps.all().find(m -> m.name().equals(map));
|
||||
this.map = maps == null ? null : maps.all().find(m -> m.name().equals(map));
|
||||
this.wave = wave;
|
||||
this.rules = rules;
|
||||
this.tags = tags;
|
||||
|
||||
Reference in New Issue
Block a user