Skip to content

Commit

Permalink
remove 8 second role rule timer
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Oct 20, 2024
1 parent f877a06 commit a538084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ public static readonly CVarDef<string>
/// 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 | CVar.SERVER);
CVarDef.Create("ghost.role_time", 3f, CVar.REPLICATED | CVar.SERVER);

/// <summary>
/// If ghost role lotteries should be made near-instanteous.
Expand Down

0 comments on commit a538084

Please sign in to comment.