We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70ac03 commit 5ca0cdcCopy full SHA for 5ca0cdc
1 file changed
src/RemoteTech/FlightComputer/FlightComputer.cs
@@ -237,7 +237,7 @@ private void PopCommand()
237
if (mCommandQueue.Count > 0)
238
{
239
// Can come out of time warp even if ship unpowered; workaround for KSP 0.24 power consumption bug
240
- if (RTSettings.Instance.ThrottleTimeWarp && TimeWarp.CurrentRate > 1.0f)
+ if (RTSettings.Instance.ThrottleTimeWarp && TimeWarp.CurrentRate > 4.0f)
241
242
var time = TimeWarp.deltaTime;
243
foreach (var dc in mCommandQueue.TakeWhile(c => c.TimeStamp <= RTUtil.GameTime + (2 * time + 1.0)))
0 commit comments