mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
IRC nickname defaults to instance name. Constified NEEDS INITIALIZING
This commit is contained in:
@@ -30,7 +30,7 @@ namespace TGServerService
|
||||
public string CommitterName { get; set; } = "tgstation-server";
|
||||
public string CommitterEmail { get; set; } = "tgstation-server@tgstation13.org";
|
||||
|
||||
public string ChatProviderData { get; set; } = "NEEDS INITIALIZING";
|
||||
public string ChatProviderData { get; set; } = ServerInstance.UninitializedString;
|
||||
public string ChatProviderEntropy { get; set; }
|
||||
|
||||
public bool ReattachRequired { get; set; } = false;
|
||||
|
||||
Reference in New Issue
Block a user