diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-05-31 09:23:08 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-05-31 09:23:08 +0100 |
| commit | 976099d38c2a048dbafca7f96de5e12ea348096c (patch) | |
| tree | 263fc78c63ecf16a46fc760bfe73280cdc8fc0c7 /TimeHACK.Main/Program.cs | |
| parent | ac576c05905b55a5059dab672c1882f01fc074d0 (diff) | |
| parent | 9ee1762d7261de1e7c98862fc91abd52deb6f8b9 (diff) | |
| download | histacom2-976099d38c2a048dbafca7f96de5e12ea348096c.tar.gz histacom2-976099d38c2a048dbafca7f96de5e12ea348096c.tar.bz2 histacom2-976099d38c2a048dbafca7f96de5e12ea348096c.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
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 |
