Skip to content

Commit

Permalink
Revert the improper fix to issues #1 #646 (Staging-lock indicator stu…
Browse files Browse the repository at this point in the history
…ck on)
  • Loading branch information
KSP-TaxiService committed Feb 21, 2017
1 parent 39f421c commit 5951621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RemoteTech/RTCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public void OnDestroy()
/// </summary>
private static void ReleaseLocks()
{
//InputLockManager.RemoveControlLock("RTLockStaging");
InputLockManager.RemoveControlLock("RTLockStaging");
InputLockManager.RemoveControlLock("RTLockSAS");
InputLockManager.RemoveControlLock("RTLockRCS");
InputLockManager.RemoveControlLock("RTLockActions");
Expand All @@ -275,7 +275,7 @@ private static void ReleaseLocks()
/// </summary>
private static void GetLocks()
{
//InputLockManager.SetControlLock(ControlTypes.STAGING, "RTLockStaging");
InputLockManager.SetControlLock(ControlTypes.STAGING, "RTLockStaging");
InputLockManager.SetControlLock(ControlTypes.SAS, "RTLockSAS");
InputLockManager.SetControlLock(ControlTypes.RCS, "RTLockRCS");
InputLockManager.SetControlLock(ControlTypes.GROUPS_ALL, "RTLockActions");
Expand Down

0 comments on commit 5951621

Please sign in to comment.