aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Program.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-05-25 13:10:38 -0400
committerGitHub <[email protected]>2017-05-25 13:10:38 -0400
commit0e904f57298c997d1a36569228acad094d8834a5 (patch)
tree195228245bc0ce5e8599fe5e4d7e72f607c158a7 /TimeHACK.Main/Program.cs
parent76e8f1e70dbfa4c7487587ba87b0417fa9c4fa26 (diff)
downloadhistacom2-0e904f57298c997d1a36569228acad094d8834a5.tar.gz
histacom2-0e904f57298c997d1a36569228acad094d8834a5.tar.bz2
histacom2-0e904f57298c997d1a36569228acad094d8834a5.zip
oops made mistake
Diffstat (limited to 'TimeHACK.Main/Program.cs')
-rw-r--r--TimeHACK.Main/Program.cs2
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