From 09393bcd299b77aab52e1c72f133fae90240c1b4 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Fri, 16 Feb 2024 00:30:55 +0100 Subject: [PATCH] Made ghost.role_time a server modifiable only cvar (#25292) Fix (cherry picked from commit 7e44c50d19b84facce7563d534344a5197d294eb) --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index ed47fd27e8..2bf612c7ed 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1836,7 +1836,7 @@ namespace Content.Shared.CCVar /// The time you must spend reading the rules, before the "Request" button is enabled /// public static readonly CVarDef GhostRoleTime = - CVarDef.Create("ghost.role_time", 8f, CVar.REPLICATED); + CVarDef.Create("ghost.role_time", 8f, CVar.REPLICATED | CVar.SERVER); /* * Fire alarm