diff --git a/ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs b/ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs index 530e4741..7f6fe6ea 100644 --- a/ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs +++ b/ReallifeGamemode.Server/Wanted/WantedEscapeTimer.cs @@ -77,7 +77,7 @@ namespace ReallifeGamemode.Server.Wanted dbContext.SaveChanges(); waTimer[user.Id] = WantedEscapeTime; } - else if (!isNearCop) + else if (!isNearCop && !player.IsAfk()) { player.TriggerEvent("SERVER:SetWantedFlash", true); waTimer[user.Id] -= 2500;