Update submodule to 228.0.0 (#29947)
* Update submodule to 228.0.0 * Fix every single test * Also this one
This commit is contained in:
parent
cb98b659ad
commit
f969fd2bfb
3 changed files with 3 additions and 3 deletions
|
|
@ -114,7 +114,7 @@ public abstract partial class InteractionTest
|
|||
return await SpawnEntity((stack.StackTypeId, spec.Quantity), coords);
|
||||
|
||||
Assert.That(spec.Quantity, Is.EqualTo(1), "SpawnEntity only supports returning a singular entity");
|
||||
await Server.WaitPost(() => uid = SEntMan.SpawnEntity(spec.Prototype, coords));
|
||||
await Server.WaitPost(() => uid = SEntMan.SpawnAtPosition(spec.Prototype, coords));
|
||||
return uid;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ public abstract partial class InteractionTest
|
|||
Target = NetEntity.Invalid;
|
||||
await Server.WaitPost(() =>
|
||||
{
|
||||
Target = SEntMan.GetNetEntity(SEntMan.SpawnEntity(prototype, SEntMan.GetCoordinates(TargetCoords)));
|
||||
Target = SEntMan.GetNetEntity(SEntMan.SpawnAtPosition(prototype, SEntMan.GetCoordinates(TargetCoords)));
|
||||
});
|
||||
|
||||
await RunTicks(5);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a9aea7027f1840c83bcaf1c973caf099745f9eed
|
||||
Subproject commit fc1cca4f48f2f2d3fbf41aa42b80b4e43b1095a4
|
||||
Loading…
Add table
Reference in a new issue