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

@@ -93,7 +93,7 @@ namespace Content.IntegrationTests.Tests
mapId = mapManager.CreateMap();
mapManager.AddUninitializedMap(mapId);
mapManager.SetMapPaused(mapId, true);
mapLoader.LoadMap(mapId, "Maps/Stations/saltern.yml");
mapLoader.LoadMap(mapId, "Maps/saltern.yml");
mapLoader.SaveMap(mapId, "load save ticks save 1.yml");
});