From 0f0420eca9c41a21310f1046036b82dab8f8664c Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 27 Jul 2022 20:37:20 +1000 Subject: [PATCH] Fix Saltern cvar (#10077) --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index e9aa325fab..2cd0ae3329 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -155,7 +155,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.