diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index c4c3b90cb9..c8b52f63a9 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -543,8 +543,8 @@ namespace Content.Shared.CCVar * Console */ - public static readonly CVarDef - ConsoleLoginLocal = CVarDef.Create("console.loginlocal", true, CVar.ARCHIVE | CVar.SERVERONLY); + public static readonly CVarDef ConsoleLoginLocal = + CVarDef.Create("console.loginlocal", true, CVar.ARCHIVE | CVar.SERVERONLY); /// /// Automatically log in the given user as host, equivalent to the promotehost command. @@ -836,6 +836,7 @@ namespace Content.Shared.CCVar /// /// Should the ban details in admin channel include PII? (IP, HWID, etc) + /// public static readonly CVarDef AdminShowPIIOnBan = CVarDef.Create("admin.show_pii_onban", false, CVar.SERVERONLY);