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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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