Content changes for MapManager/System refactor (#26994)
* Content changes for MapManager/System refactor * Poke Tests * Why is this failing? * Will this make the analyzer happy?
This commit is contained in:
@@ -32,8 +32,8 @@ public sealed class AddTests
|
||||
|
||||
var guid = Guid.NewGuid();
|
||||
|
||||
var testMap = await pair.CreateTestMap();
|
||||
var coordinates = testMap.GridCoords;
|
||||
await pair.CreateTestMap();
|
||||
var coordinates = pair.TestMap.GridCoords;
|
||||
await server.WaitPost(() =>
|
||||
{
|
||||
var entity = sEntities.SpawnEntity(null, coordinates);
|
||||
|
||||
Reference in New Issue
Block a user