diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 5a8b253dea..8c863cae01 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -161,7 +161,7 @@ namespace Content.Shared.CCVar /// Controls the game map prototype to load. SS14 stores these prototypes in Prototypes/Maps. /// public static readonly CVarDef - GameMap = CVarDef.Create("game.map", "saltern", CVar.SERVERONLY); + GameMap = CVarDef.Create("game.map", "Saltern", CVar.SERVERONLY); /// /// Controls if the game should obey map criteria or not. Overriden if a map vote or similar occurs.