]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Cleanup: Use ``MapSystem.DeleteMap`` instead of ``IMapManager.DeleteMap`` in ``Materi...
authorWinkarst <74284083+Winkarst-cpu@users.noreply.github.com>
Mon, 24 Feb 2025 20:11:33 +0000 (23:11 +0300)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2025 20:11:33 +0000 (21:11 +0100)
Cleanup

Content.IntegrationTests/Tests/MaterialArbitrageTest.cs

index ae094052205d4644a83e7926f5311b05d088330e..e6422f0ec4a5550e58b2f5125ca9f60a2f4a5537 100644 (file)
@@ -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();
 
         async Task<double> GetSpawnedPrice(Dictionary<string, int> ents)