Fixes admin logs and tests to not depend on IEntity caching (#5657)
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
committed by
GitHub
parent
c4c139041c
commit
3f8f4c818e
@@ -161,7 +161,7 @@ public class AddTests : ContentIntegrationTest
|
||||
await server.WaitPost(() =>
|
||||
{
|
||||
var coordinates = GetMainEntityCoordinates(sMaps);
|
||||
var entity = sEntities.SpawnEntity(null, coordinates);
|
||||
var entity = sEntities.SpawnEntity(null, coordinates).Uid;
|
||||
|
||||
if (parallel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user