Skip to content

Commit

Permalink
Boolean logic is so complicated ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
N3h3miah committed Feb 25, 2015
1 parent 98bf5e5 commit 3aef021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugin/NE Science/OMSExperiment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class OMSExperiment : ModuleScienceExperiment

public static bool checkBoring(Vessel vessel, bool msg = false)
{
if (!NE_Helper.debugging())
if (NE_Helper.debugging())
{
return false;
}
Expand Down

0 comments on commit 3aef021

Please sign in to comment.