From 38d62594c069daa413ab654154a6930228fe13cb Mon Sep 17 00:00:00 2001 From: Lukas Moungos Date: Sat, 14 Dec 2019 16:50:39 +0100 Subject: [PATCH] fix2 --- ReallifeGamemode.Client/util/Gangwar.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReallifeGamemode.Client/util/Gangwar.ts b/ReallifeGamemode.Client/util/Gangwar.ts index c734b667..fba1e47f 100644 --- a/ReallifeGamemode.Client/util/Gangwar.ts +++ b/ReallifeGamemode.Client/util/Gangwar.ts @@ -209,6 +209,7 @@ return; } if (status == "conquered") { + mp.game.graphics.stopScreenEffect("MinigameTransitionIn"); self._status = "normal"; self.owner = args[0]; self.attacker = null; @@ -257,6 +258,7 @@ self._entered = true; if (self._status === "attack") { mp.game.audio.playSoundFrontend(1, "Enter_Capture_Zone", "DLC_Apartments_Drop_Zone_Sounds", true); + mp.game.graphics.stopScreenEffect("MinigameTransitionIn"); mp.game.graphics.startScreenEffect("MinigameTransitionOut", 500, false); }