Remove TShock.Server.dll reference

This commit is contained in:
Luke 2022-11-21 08:44:37 +10:00
parent 4277fbaa98
commit d84c14fc58

View file

@ -36,7 +36,7 @@ if(url is null)
{ {
Console.WriteLine("Unable to determine .net runtime to install. " + Console.WriteLine("Unable to determine .net runtime to install. " +
"Refer to https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script " + "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; return;
} }