Make loginlocal SERVERONLY.

This commit is contained in:
Pieter-Jan Briers
2020-11-02 00:10:07 +01:00
parent 0618cde2b7
commit 6cc6cc3697

View File

@@ -35,7 +35,7 @@ namespace Content.Shared
GamePersistGuests = CVarDef.Create("game.persistguests", true, CVar.ARCHIVE | CVar.SERVERONLY);
public static readonly CVarDef<bool>
ConsoleLoginLocal = CVarDef.Create("console.loginlocal", true, CVar.ARCHIVE);
ConsoleLoginLocal = CVarDef.Create("console.loginlocal", true, CVar.ARCHIVE | CVar.SERVERONLY);
/*