Skip to content

Commit

Permalink
Bump up to 25 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Oct 25, 2024
1 parent 84c9ec9 commit 97c2d95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class WardenOpenCommandsBehavior(IWardenService warden,
IZoneManager zoneManager) : IPluginBehavior, IWardenOpenCommand {
public static readonly FakeConVar<int> CV_OPEN_COMMAND_COOLDOWN = new(
"css_jb_warden_open_cooldown",
"Minimum seconds warden must wait before being able to open the cells.", 20,
"Minimum seconds warden must wait before being able to open the cells.", 25,
customValidators: new RangeValidator<int>(0, 300));

public bool OpenedCells { get; set; }
Expand Down

0 comments on commit 97c2d95

Please sign in to comment.