From 97c2d95665bc67b3e1e2ae22a30a5312238e073b Mon Sep 17 00:00:00 2001 From: MSWS Date: Fri, 25 Oct 2024 14:55:53 -0700 Subject: [PATCH] Bump up to 25 seconds --- mod/Jailbreak.Warden/Commands/WardenOpenCommandsBehavior.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/Jailbreak.Warden/Commands/WardenOpenCommandsBehavior.cs b/mod/Jailbreak.Warden/Commands/WardenOpenCommandsBehavior.cs index 44f78076..6a85e2e2 100644 --- a/mod/Jailbreak.Warden/Commands/WardenOpenCommandsBehavior.cs +++ b/mod/Jailbreak.Warden/Commands/WardenOpenCommandsBehavior.cs @@ -19,7 +19,7 @@ public class WardenOpenCommandsBehavior(IWardenService warden, IZoneManager zoneManager) : IPluginBehavior, IWardenOpenCommand { public static readonly FakeConVar 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(0, 300)); public bool OpenedCells { get; set; }