Skip to content

Commit

Permalink
Re-increase LR delay (#319)
Browse files Browse the repository at this point in the history
MSWS authored Nov 12, 2024
2 parents 83dc5d7 + 71ab831 commit 25720ed
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
@@ -351,7 +351,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;

0 comments on commit 25720ed

Please sign in to comment.