diff options
Diffstat (limited to 'TimeHACK.Main/Program.cs')
| -rw-r--r-- | TimeHACK.Main/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/Program.cs b/TimeHACK.Main/Program.cs index 888c2f6..90e5acd 100644 --- a/TimeHACK.Main/Program.cs +++ b/TimeHACK.Main/Program.cs @@ -32,7 +32,7 @@ namespace TimeHACK [STAThread] static void Main(string[] args) { - if (args.Contains("-nd")) System.Diagnostics.Debugger.Launch(); + if (!args.Contains("-nd")) System.Diagnostics.Debugger.Launch(); if (nightly == true) { try |
