Skip to content

Commit

Permalink
Increase Default Ragequit Threshold to 30 Seconds (Goob-Station#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piras314 authored Jan 6, 2025
1 parent 8af8ecd commit 8512579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/_Goobstation/CCVars/CCVars.Goob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public sealed partial class GoobCVars
/// Default is 5f.
/// </summary>
public static readonly CVarDef<float> PlayerRageQuitTimeThreshold =
CVarDef.Create("player.ragequit.threshold", 5f);
CVarDef.Create("player.ragequit.threshold", 30f);

#region Surgery

Expand Down

0 comments on commit 8512579

Please sign in to comment.