diff options
Diffstat (limited to 'Config.cs')
| -rwxr-xr-x | Config.cs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ namespace WorldTuningTool return $"(Error: {stage})";
}
- public static List<StageExt> OrderedStages = new List<StageExt>()
+ public static readonly StageExt[] OrderedStages =
{
StageExt.Astera,
StageExt.AsteraHub,
|