Fix saltern cvar (again) (#11695)

This commit is contained in:
metalgearsloth
2022-10-04 15:58:49 +11:00
committed by GitHub
parent 4ef144d865
commit ca3f5bef59

View File

@@ -161,7 +161,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.