diff options
Diffstat (limited to 'TimeHACK.Main/Program.cs')
| -rw-r--r-- | TimeHACK.Main/Program.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TimeHACK.Main/Program.cs b/TimeHACK.Main/Program.cs index a7d4d31..97a9ca2 100644 --- a/TimeHACK.Main/Program.cs +++ b/TimeHACK.Main/Program.cs @@ -30,9 +30,8 @@ namespace TimeHACK /// Run TitleScreen.cs at launch. /// </summary> [STAThread] - static void Main() + static void Main(string[] args) { - System.Diagnostics.Debugger.Launch(); if (nightly == true) { try |
