From 6cc6cc369743c39ad12f294091180114ba30a4ba Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Mon, 2 Nov 2020 00:10:07 +0100 Subject: [PATCH] Make loginlocal SERVERONLY. --- Content.Shared/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /*