oops made mistake

This commit is contained in:
lempamo 2017-05-25 13:10:38 -04:00 committed by GitHub
parent 76e8f1e70d
commit 0e904f5729

View file

@ -32,7 +32,7 @@ static class Program
[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