Made ghost.role_time a server modifiable only cvar (#25292)
Fix (cherry picked from commit 7e44c50d19b84facce7563d534344a5197d294eb)
This commit is contained in:
parent
ca4645aef5
commit
09393bcd29
|
|
@ -1836,7 +1836,7 @@ namespace Content.Shared.CCVar
|
|||
/// The time you must spend reading the rules, before the "Request" button is enabled
|
||||
/// </summary>
|
||||
public static readonly CVarDef<float> GhostRoleTime =
|
||||
CVarDef.Create("ghost.role_time", 8f, CVar.REPLICATED);
|
||||
CVarDef.Create("ghost.role_time", 8f, CVar.REPLICATED | CVar.SERVER);
|
||||
|
||||
/*
|
||||
* Fire alarm
|
||||
|
|
|
|||
Loading…
Reference in New Issue