Cleanup: Use `MapSystem.DeleteMap instead of IMapManager.DeleteMap in MaterialArbitrageTest` (#35471)
Cleanup
This commit is contained in:
@@ -346,7 +346,7 @@ public sealed class MaterialArbitrageTest
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
await server.WaitPost(() => mapManager.DeleteMap(testMap.MapId));
|
await server.WaitPost(() => mapSystem.DeleteMap(testMap.MapId));
|
||||||
await pair.CleanReturnAsync();
|
await pair.CleanReturnAsync();
|
||||||
|
|
||||||
async Task<double> GetSpawnedPrice(Dictionary<string, int> ents)
|
async Task<double> GetSpawnedPrice(Dictionary<string, int> ents)
|
||||||
|
|||||||
Reference in New Issue
Block a user