diff --git a/Content.Shared/CCVars.cs b/Content.Shared/CCVars.cs index a7e2a79879..bd1a620bed 100644 --- a/Content.Shared/CCVars.cs +++ b/Content.Shared/CCVars.cs @@ -35,7 +35,7 @@ namespace Content.Shared GamePersistGuests = CVarDef.Create("game.persistguests", true, CVar.ARCHIVE | CVar.SERVERONLY); public static readonly CVarDef - ConsoleLoginLocal = CVarDef.Create("console.loginlocal", true, CVar.ARCHIVE); + ConsoleLoginLocal = CVarDef.Create("console.loginlocal", true, CVar.ARCHIVE | CVar.SERVERONLY); /*