From 7e44c50d19b84facce7563d534344a5197d294eb 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 --- 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 aac3a17b6f..fb6b25b57f 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", 3f, CVar.REPLICATED); + CVarDef.Create("ghost.role_time", 3f, CVar.REPLICATED | CVar.SERVER); /* * Fire alarm