Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ATFGK authored Dec 13, 2022
1 parent c6b60e2 commit 1435066
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 1435066

Please sign in to comment.