Remove obsolete PoolManager methods (#19499)

This commit is contained in:
Visne
2023-08-25 04:13:11 +02:00
committed by GitHub
parent 11a57be230
commit 9bd30d57ad
45 changed files with 108 additions and 134 deletions

View File

@@ -35,7 +35,7 @@ namespace Content.IntegrationTests.Tests.Utility
await using var pair = await PoolManager.GetServerClient();
var server = pair.Server;
var testMap = await PoolManager.CreateTestMap(pair);
var testMap = await pair.CreateTestMap();
var mapCoordinates = testMap.MapCoords;
var entityCoordinates = testMap.GridCoords;