From d84c14fc58051900c00341d90f75c593c854af47 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 21 Nov 2022 08:44:37 +1000 Subject: [PATCH] Remove TShock.Server.dll reference --- TShockInstaller/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockInstaller/Program.cs b/TShockInstaller/Program.cs index 01f8cc84..72fc63bd 100644 --- a/TShockInstaller/Program.cs +++ b/TShockInstaller/Program.cs @@ -36,7 +36,7 @@ if(url is null) { Console.WriteLine("Unable to determine .net runtime to install. " + "Refer to https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script " + - "and install using --install-dir dotnet, so that the dotnet folder is beside TShock.Server.dll"); + "and install using --install-dir dotnet, so that the dotnet folder is beside TShock.Server[.exe]"); return; }