Skip to content

Commit 6e589ff

Browse files
committed
Merge remote-tracking branch 'atfgk/Fixed-startup-error' into general-devel
2 parents 1045983 + 1435066 commit 6e589ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

TShockLauncher/Program.cs

+1-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ You should have received a copy of the GNU General Public License
3636
await NugetCLI.Main(items);
3737
return;
3838
}
39-
else
40-
{
41-
Start();
42-
}
39+
4340

4441
Dictionary<string, Assembly> _cache = new Dictionary<string, Assembly>();
4542

0 commit comments

Comments
 (0)