mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Fixes a typo
This commit is contained in:
@@ -288,7 +288,7 @@ namespace TGS.Installer.UI
|
||||
return false;
|
||||
}
|
||||
|
||||
var name = TextPrompt("Set Instance Directory", String.Format("Please enter the ServerDirectory entry from the original config here.{0}Use backslashes and uppercase letters. Leave this blank if the it is not present.", Environment.NewLine));
|
||||
var name = TextPrompt("Set Instance Directory", String.Format("Please enter the ServerDirectory entry from the original config here.{0}Use backslashes and uppercase letters. Leave this blank if it is not present.", Environment.NewLine));
|
||||
if (name == null)
|
||||
{
|
||||
controller.Start();
|
||||
|
||||
Reference in New Issue
Block a user