* Update submodule to 228.0.0
* Fix every single test
* Also this one
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;
}
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);
-Subproject commit a9aea7027f1840c83bcaf1c973caf099745f9eed
+Subproject commit fc1cca4f48f2f2d3fbf41aa42b80b4e43b1095a4