From bac605b6a0553feeb28e19452e21bce8878a28e6 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 9 May 2021 22:51:34 +0200 Subject: [PATCH] =?UTF-8?q?macbig=20timer=20auf=207,5s=20erh=C3=B6ht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Client/Gui/bigmap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/Gui/bigmap.ts b/ReallifeGamemode.Client/Gui/bigmap.ts index 07fd8227..4548f311 100644 --- a/ReallifeGamemode.Client/Gui/bigmap.ts +++ b/ReallifeGamemode.Client/Gui/bigmap.ts @@ -24,7 +24,7 @@ export default function bigmap() { mp.game.ui.setRadarZoom(0.0); bigmap.enabled = false; bigmap.timer = null; - }, 5000); + }, 7500); } else { mp.game.ui.setRadarBigmapEnabled(false, false); mp.game.ui.setRadarZoom(0.0);