Revert map PRs (#10079)

* Revert "Fix Saltern cvar (#10077)"

This reverts commit 0f0420eca9.

* Revert "Map ID fixes (Take 2) (#10075)"

This reverts commit c15e14676d.
This commit is contained in:
metalgearsloth
2022-07-27 22:27:23 +10:00
committed by GitHub
parent 2f883cad6b
commit 55692d4d71
37 changed files with 15267 additions and 15267 deletions

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.