]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Possible fix for evac shuttle test failures (#27175)
authorTayrtahn <tayrtahn@gmail.com>
Sat, 20 Apr 2024 21:55:43 +0000 (17:55 -0400)
committerGitHub <noreply@github.com>
Sat, 20 Apr 2024 21:55:43 +0000 (07:55 +1000)
It couldn't be this easy, could it?

Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs

index 2a68f7a1be9c732bd96ed433f6372e9720ba1d0a..f0256aa15b9a07931241920f40b4e9a0c684ec1f 100644 (file)
@@ -416,6 +416,7 @@ public sealed partial class EmergencyShuttleSystem : EntitySystem
             }
 
             component.MapEntity = otherComp.MapEntity;
+            component.Entity = otherComp.Entity;
             component.ShuttleIndex = otherComp.ShuttleIndex;
             return;
         }