@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user