Skip to content

Commit

Permalink
RemoteTech compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SerTheGreat committed Jan 20, 2017
1 parent 0dde815 commit 1083275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion G-Effects/G-Effects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,9 @@ void reboundConsciousness(ProtoCrewMember crewMember, KerbalGState kerbalGData,
kerbalGData.gLocFadeAmount = 0;
if (isCommander) {
InputLockManager.RemoveControlLock(CONTROL_LOCK_ID);
crewMember.SetInactive(0, false);
if (crewMember.inactive) {
crewMember.SetInactive(0, false);
}
}
}
}
Expand Down
Binary file modified GameData/G-Effects/Plugins/G-Effects.dll
Binary file not shown.

0 comments on commit 1083275

Please sign in to comment.