From e4d48fa2fa885a905d6ecfdaae52bbc3a85bec15 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Sat, 30 Mar 2024 13:11:09 +0000 Subject: [PATCH] New para maps --- SS13WebMap/CodebaseData.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SS13WebMap/CodebaseData.cs b/SS13WebMap/CodebaseData.cs index f71d055c..3f5348b3 100644 --- a/SS13WebMap/CodebaseData.cs +++ b/SS13WebMap/CodebaseData.cs @@ -544,7 +544,7 @@ public class CodebaseData { LogoPath = "img/logos/paradisess13.png", GameMaps = new List() { new GameMap { MapId = "cyberiad", MapName = "BoxStation (NSS Cyberiad)", Layers = new List { - new string[] { "Base Map", "cyberiad", "1" }, + new string[] { "Base Map", "boxstation", "1" }, } }, new GameMap { MapId = "cerestation", MapName = "Cerestation (NSS Farragus)", Layers = new List { @@ -552,11 +552,11 @@ public class CodebaseData { } }, new GameMap { MapId = "deltastation", MapName = "DeltaStation (NSS Kerberos)", Layers = new List { - new string[] { "Base Map", "delta", "1" }, + new string[] { "Base Map", "deltastation", "1" }, } }, new GameMap { MapId = "metastation", MapName = "MetaStation (NSS Cerebron)", Layers = new List { - new string[] { "Base Map", "MetaStation", "1" }, + new string[] { "Base Map", "metastation", "1" }, } }, }