Skip to content

Commit

Permalink
Merge remote-tracking branch 'atfgk/Fixed-startup-error' into general…
Browse files Browse the repository at this point in the history
…-devel
  • Loading branch information
hakusaro committed Dec 13, 2022
2 parents 1045983 + 1435066 commit 6e589ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions TShockLauncher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ You should have received a copy of the GNU General Public License
await NugetCLI.Main(items);
return;
}
else
{
Start();
}


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

Expand Down

0 comments on commit 6e589ff

Please sign in to comment.