Added Fallen Vessel sector submission

This commit is contained in:
Anuken
2026-01-10 21:48:53 -05:00
parent 4969e382f6
commit efbec69b3c
9 changed files with 20 additions and 4 deletions

View File

@@ -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;