Skip to content

Commit

Permalink
Re-increase LR delay
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Nov 2, 2024
1 parent 60fe936 commit 71ab831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/Jailbreak.LastRequest/LastRequestManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 71ab831

Please sign in to comment.