mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Change misleading port input message
It's port 80 default in docker
This commit is contained in:
@@ -111,7 +111,7 @@ namespace Tgstation.Server.Host.Core
|
||||
ushort? port = null;
|
||||
do
|
||||
{
|
||||
Console.Write("Port (leave blank for default of 5000): ");
|
||||
Console.Write("API Port (leave blank for default): ");
|
||||
var portString = Console.ReadLine();
|
||||
if (String.IsNullOrWhiteSpace(portString))
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user