From ca3f5bef596d5f6aebc7d0c38ee951f54240c200 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:58:49 +1100 Subject: [PATCH] Fix saltern cvar (again) (#11695) --- 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 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.