Fix Saltern cvar (#10077)

This commit is contained in:
metalgearsloth
2022-07-27 20:37:20 +10:00
committed by GitHub
parent 6c30726c7b
commit 0f0420eca9

View File

@@ -155,7 +155,7 @@ namespace Content.Shared.CCVar
/// Controls the game map prototype to load. SS14 stores these prototypes in Prototypes/Maps.
/// </summary>
public static readonly CVarDef<string>
GameMap = CVarDef.Create("game.map", "saltern", CVar.SERVERONLY);
GameMap = CVarDef.Create("game.map", "Saltern", CVar.SERVERONLY);
/// <summary>
/// Controls if the game should obey map criteria or not. Overriden if a map vote or similar occurs.