Made ghost.role_time a server modifiable only cvar (#25292)

Fix
This commit is contained in:
Vasilis
2024-02-16 00:30:55 +01:00
committed by GitHub
parent 05b482c127
commit 7e44c50d19

View File

@@ -1836,7 +1836,7 @@ namespace Content.Shared.CCVar
/// The time you must spend reading the rules, before the "Request" button is enabled /// The time you must spend reading the rules, before the "Request" button is enabled
/// </summary> /// </summary>
public static readonly CVarDef<float> GhostRoleTime = public static readonly CVarDef<float> GhostRoleTime =
CVarDef.Create("ghost.role_time", 3f, CVar.REPLICATED); CVarDef.Create("ghost.role_time", 3f, CVar.REPLICATED | CVar.SERVER);
/* /*
* Fire alarm * Fire alarm