CCVars.cs: Minor inconsistency fixes. (#26744)
Update CCVars.cs * Fixes one file format inconsistency. * Adds missing </summary> closing tag.
This commit is contained in:
@@ -543,8 +543,8 @@ namespace Content.Shared.CCVar
|
|||||||
* Console
|
* Console
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static readonly CVarDef<bool>
|
public static readonly CVarDef<bool> ConsoleLoginLocal =
|
||||||
ConsoleLoginLocal = CVarDef.Create("console.loginlocal", true, CVar.ARCHIVE | CVar.SERVERONLY);
|
CVarDef.Create("console.loginlocal", true, CVar.ARCHIVE | CVar.SERVERONLY);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Automatically log in the given user as host, equivalent to the <c>promotehost</c> command.
|
/// Automatically log in the given user as host, equivalent to the <c>promotehost</c> command.
|
||||||
@@ -836,6 +836,7 @@ namespace Content.Shared.CCVar
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Should the ban details in admin channel include PII? (IP, HWID, etc)
|
/// Should the ban details in admin channel include PII? (IP, HWID, etc)
|
||||||
|
/// </summary>
|
||||||
public static readonly CVarDef<bool> AdminShowPIIOnBan =
|
public static readonly CVarDef<bool> AdminShowPIIOnBan =
|
||||||
CVarDef.Create("admin.show_pii_onban", false, CVar.SERVERONLY);
|
CVarDef.Create("admin.show_pii_onban", false, CVar.SERVERONLY);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user