From 71ab831889a723bcc4a4f87785e7f9c770c403c4 Mon Sep 17 00:00:00 2001 From: MSWS Date: Sat, 2 Nov 2024 00:20:21 -0700 Subject: [PATCH] Re-increase LR delay --- mod/Jailbreak.LastRequest/LastRequestManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/Jailbreak.LastRequest/LastRequestManager.cs b/mod/Jailbreak.LastRequest/LastRequestManager.cs index e107e65..cc5d084 100644 --- a/mod/Jailbreak.LastRequest/LastRequestManager.cs +++ b/mod/Jailbreak.LastRequest/LastRequestManager.cs @@ -347,7 +347,7 @@ public HookResult OnPlayerDisconnect(EventPlayerDisconnect @event, } private void checkLR() { - Server.RunOnTick(Server.TickCount + 2, () => { + Server.RunOnTick(Server.TickCount + 32, () => { if (IsLREnabled) return; if (Utilities.GetPlayers().All(p => p.Team != CsTeam.CounterTerrorist)) return;