Skip to content

Commit

Permalink
Fix bandastation cyberiad missing a z
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Jan 30, 2025
1 parent 013e6bf commit c436acf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,8 @@ public class CodebaseData {
LogoPath = "img/logos/ss220.webp",
GameMaps = new List<GameMap>() {
new GameMap { MapId = "cyberiad", MapName = "BoxStation (NSS Cyberiad) / Кибериада", Layers = new List<string[]> {
new string[] { "Base Map", "Cyberiad", "1" },
new string[] { "Main Level", "Cyberiad", "2" },
new string[] { "Ghetto", "Cyberiad", "1" },
}
},
}
Expand Down

0 comments on commit c436acf

Please sign in to comment.