From fac04cf8b8fb9d6f226da8934aa6293718dc664a Mon Sep 17 00:00:00 2001 From: kookroach Date: Wed, 28 Apr 2021 00:40:28 +0200 Subject: [PATCH] fix timer --- ReallifeGamemode.Client/Gui/blips.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/Gui/blips.ts b/ReallifeGamemode.Client/Gui/blips.ts index d02df572..a648181b 100644 --- a/ReallifeGamemode.Client/Gui/blips.ts +++ b/ReallifeGamemode.Client/Gui/blips.ts @@ -72,7 +72,7 @@ export default function playerBlips() { } mp.events.callRemote("CLIENT:EscapeWanted"); - }, 5000); //120000 -> 2 min , 300000 -> 5min + }, 300000); //120000 -> 2 min , 300000 -> 5min } }, 50);