We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96ebe4 commit b43174dCopy full SHA for b43174d
2 files changed
CHANGELOG.org
@@ -1,5 +1,6 @@
1
* v1.0.6
2
- Recompiled with KSP 1.1.3
3
+- Fixed bug where thrust (and propellant usage) was being applied twice
4
* v1.0.5
5
- Updated and tested to compile and run with KSP 1.1
6
- Added DLLs to compile with KSP 1.1: KSPUtil and UnityEngine.UI
src/PersistentEngine.cs
@@ -117,8 +117,6 @@ public override void OnLoad(ConfigNode node) {
117
118
void UpdatePersistentParameters () {
119
// Update values to use during timewarp
120
- // Update thrust calculation
121
- engine.CalculateThrust();
122
// Get Isp
123
IspPersistent = engine.realIsp;
124
// Get throttle
0 commit comments