From 1435066745318e5af62875c55f486dfc01bf292b Mon Sep 17 00:00:00 2001 From: ATFGK <62204605+ATFGK@users.noreply.github.com> Date: Tue, 13 Dec 2022 12:05:44 +0800 Subject: [PATCH] Update Program.cs --- TShockLauncher/Program.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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();