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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user