Possible fix for evac shuttle test failures (#27175)

It couldn't be this easy, could it?
This commit is contained in:
Tayrtahn
2024-04-20 17:55:43 -04:00
committed by GitHub
parent 380ace4ef0
commit f253067a69

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;
}