mirror of
https://github.com/edgegamers/Jailbreak.git
synced 2025-12-06 04:42:57 -08:00
Delay LR check
This commit is contained in:
@@ -252,7 +252,7 @@ public class LastRequestManager(ILRLocale messages, IServiceProvider provider)
|
||||
}
|
||||
|
||||
private void checkLR() {
|
||||
Server.NextFrame(() => {
|
||||
Server.RunOnTick(Server.TickCount + 32, () => {
|
||||
if (Utilities.GetPlayers().All(p => p.Team != CsTeam.CounterTerrorist))
|
||||
return;
|
||||
if (countAlivePrisoners() > CV_PRISONER_TO_LR.Value) return;
|
||||
|
||||
Reference in New Issue
Block a user