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:
parent
b54e68bbab
commit
291a03febd
|
|
@ -416,6 +416,7 @@ public sealed partial class EmergencyShuttleSystem : EntitySystem
|
|||
}
|
||||
|
||||
component.MapEntity = otherComp.MapEntity;
|
||||
component.Entity = otherComp.Entity;
|
||||
component.ShuttleIndex = otherComp.ShuttleIndex;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue