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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.