Skip to content

Commit

Permalink
Swaps order of YogStation\MiniStation Zs
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Jan 22, 2025
1 parent 417d3f6 commit 821f7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1195,8 +1195,8 @@ public class CodebaseData {
}
},
new GameMap { MapId = "mini", MapName = "MiniStation", Layers = new List<string[]> {
new string[] { "Upper Deck", "MiniStation", "1" },
new string[] { "Lower Deck", "MiniStation", "2" },
new string[] { "Upper Deck", "MiniStation", "2" },
new string[] { "Lower Deck", "MiniStation", "1" },
}
},
new GameMap { MapId = "gaxstation", MapName = "NVS Gax", Layers = new List<string[]> {
Expand Down

0 comments on commit 821f7f3

Please sign in to comment.