Remove obsolete PoolManager methods (#19499)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user