]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Update submodule to 228.0.0 (#29947)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sat, 13 Jul 2024 06:05:32 +0000 (16:05 +1000)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2024 06:05:32 +0000 (16:05 +1000)
* Update submodule to 228.0.0

* Fix every single test

* Also this one

Content.IntegrationTests/Tests/Interaction/InteractionTest.EntitySpecifier.cs
Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs
RobustToolbox

index 053152dbe1bec6727a892006e7a05c7e1d8f8c32..194bc54fba6ca029b552888f31e041abc900eba1 100644 (file)
@@ -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;
     }
 
index 33e4da3fa342d8883dfd4296509500a7356c6c27..0f2c314ed01e845557897a2fe5de3edbd8cd57ea 100644 (file)
@@ -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);
index a9aea7027f1840c83bcaf1c973caf099745f9eed..fc1cca4f48f2f2d3fbf41aa42b80b4e43b1095a4 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a9aea7027f1840c83bcaf1c973caf099745f9eed
+Subproject commit fc1cca4f48f2f2d3fbf41aa42b80b4e43b1095a4