Map ID fixes (Take 2) (#10075)

This commit is contained in:
Peptide90
2022-07-27 11:13:55 +01:00
committed by GitHub
parent dc9ebb01b6
commit c15e14676d
36 changed files with 15266 additions and 15266 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/saltern.yml");
mapLoader.LoadMap(mapId, "Maps/Stations/saltern.yml");
mapLoader.SaveMap(mapId, "load save ticks save 1.yml");
});