mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
oops made mistake
This commit is contained in:
parent
76e8f1e70d
commit
0e904f5729
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue