Fix emergency shuttle docking (#9758)

Woopsy
This commit is contained in:
metalgearsloth
2022-07-15 22:11:15 +10:00
committed by GitHub
parent 80f4d6ad61
commit f16de2186e

View File

@@ -140,7 +140,7 @@ public sealed partial class ShuttleSystem
else
{
FTLTravel(shuttle,
_centcomm.Value, _consoleAccumulator, TransitTime);
_centcomm.Value, _consoleAccumulator, TransitTime, dock: true);
}
}
}