diff --git a/TShockLauncher/Program.cs b/TShockLauncher/Program.cs index 1f7e853c3..4a1393702 100644 --- a/TShockLauncher/Program.cs +++ b/TShockLauncher/Program.cs @@ -36,10 +36,7 @@ You should have received a copy of the GNU General Public License await NugetCLI.Main(items); return; } -else -{ - Start(); -} + Dictionary _cache = new Dictionary();