Cargo shuttle fixes (#17118)

This commit is contained in:
metalgearsloth
2023-06-05 13:37:00 +10:00
committed by GitHub
parent 265285a030
commit 7d178555e1
2 changed files with 20 additions and 9 deletions

View File

@@ -366,7 +366,7 @@ public sealed partial class EmergencyShuttleSystem : EntitySystem
if (comp == centcomm || comp.MapId != centcomm.MapId)
continue;
comp.ShuttleIndex = comp.ShuttleIndex;
comp.ShuttleIndex = centcomm.ShuttleIndex;
}
component.EmergencyShuttle = shuttle;