Possible fix for evac shuttle test failures (#27175)
It couldn't be this easy, could it?
This commit is contained in:
@@ -416,6 +416,7 @@ public sealed partial class EmergencyShuttleSystem : EntitySystem
|
||||
}
|
||||
|
||||
component.MapEntity = otherComp.MapEntity;
|
||||
component.Entity = otherComp.Entity;
|
||||
component.ShuttleIndex = otherComp.ShuttleIndex;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user