fix the fact I sent a bunch of maps to detroit. (#8087)

This commit is contained in:
Moony
2022-05-10 15:21:55 -05:00
committed by GitHub
parent 1d05eea7c1
commit cdc474c7f2
5 changed files with 94 additions and 86 deletions

View File

@@ -31,7 +31,7 @@ public sealed partial class GameMapPrototype : IPrototype
[DataField("mapPath", required: true)]
public ResourcePath MapPath { get; } = default!;
[DataField("stations")]
[DataField("stations", required: true)]
private Dictionary<string, StationConfig> _stations = new();
/// <summary>