Deprecates stationstation.yml (#2668)
* Initial * Change default map load to saltern Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -77,7 +77,7 @@ namespace Content.IntegrationTests.Tests
|
|||||||
/// Loads the default map, runs it for 5 ticks, then assert that it did not change.
|
/// Loads the default map, runs it for 5 ticks, then assert that it did not change.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Test]
|
[Test]
|
||||||
public async Task LoadSaveTicksSaveStationStation()
|
public async Task LoadSaveTicksSaveSaltern()
|
||||||
{
|
{
|
||||||
var server = StartServerDummyTicker();
|
var server = StartServerDummyTicker();
|
||||||
await server.WaitIdleAsync();
|
await server.WaitIdleAsync();
|
||||||
@@ -92,7 +92,8 @@ namespace Content.IntegrationTests.Tests
|
|||||||
{
|
{
|
||||||
var mapId = mapManager.CreateMap();
|
var mapId = mapManager.CreateMap();
|
||||||
pauseMgr.AddUninitializedMap(mapId);
|
pauseMgr.AddUninitializedMap(mapId);
|
||||||
grid = mapLoader.LoadBlueprint(mapId, "Maps/stationstation.yml");
|
pauseMgr.SetMapPaused(mapId, true);
|
||||||
|
grid = mapLoader.LoadBlueprint(mapId, "Maps/saltern.yml");
|
||||||
mapLoader.SaveBlueprint(grid.Index, "load save ticks save 1.yml");
|
mapLoader.SaveBlueprint(grid.Index, "load save ticks save 1.yml");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user