Possible fix for evac shuttle test failures (#27175)

It couldn't be this easy, could it?

(cherry picked from commit f253067a6927f624002e5a20861abd69b2f388aa)
This commit is contained in:
Tayrtahn 2024-04-20 17:55:43 -04:00 committed by NullWanderer
parent b54e68bbab
commit 291a03febd
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
1 changed files with 1 additions and 0 deletions

View File

@ -416,6 +416,7 @@ public sealed partial class EmergencyShuttleSystem : EntitySystem
}
component.MapEntity = otherComp.MapEntity;
component.Entity = otherComp.Entity;
component.ShuttleIndex = otherComp.ShuttleIndex;
return;
}