mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 23:52:36 +01:00
Changes the CP title when connected to a remote server
This commit is contained in:
@@ -40,12 +40,12 @@ namespace TGServiceInterface
|
||||
/// <summary>
|
||||
/// If this is set, we will try and connect to an HTTPS server running at this address
|
||||
/// </summary>
|
||||
readonly string HTTPSURL;
|
||||
public readonly string HTTPSURL;
|
||||
|
||||
/// <summary>
|
||||
/// The port used by the service
|
||||
/// </summary>
|
||||
readonly ushort HTTPSPort;
|
||||
public readonly ushort HTTPSPort;
|
||||
|
||||
/// <summary>
|
||||
/// Username for remote operations
|
||||
|
||||
Reference in New Issue
Block a user