From e64491c27f2643e2aacfcfa5f57dd94bde29c1cf Mon Sep 17 00:00:00 2001 From: VegaZ Date: Tue, 30 Mar 2021 21:03:05 +0200 Subject: [PATCH] GangwarFix zweiter Tag 7 --- ReallifeGamemode.Client/util/Gangwar.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ReallifeGamemode.Client/util/Gangwar.ts b/ReallifeGamemode.Client/util/Gangwar.ts index 56316ed8..2ba5ec0e 100644 --- a/ReallifeGamemode.Client/util/Gangwar.ts +++ b/ReallifeGamemode.Client/util/Gangwar.ts @@ -465,6 +465,7 @@ gangturfs.forEach(function (turf) { mp.game.invoke(Natives.REMOVE_BLIP, turf.blip); + mp.game.ui.removeBlip(turf.blip); n++; });