macbig timer auf 7,5s erhöht

This commit is contained in:
Luke
2021-05-09 22:51:34 +02:00
parent 0f34f3a1d5
commit bac605b6a0

View File

@@ -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);