From a9b89c9c1f600a4ad5179f59bc7a7481ce362c95 Mon Sep 17 00:00:00 2001 From: Lukas Moungos Date: Thu, 31 Oct 2019 16:01:12 +0100 Subject: [PATCH] small fix --- ReallifeGamemode.Client/util/checkpoint.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ReallifeGamemode.Client/util/checkpoint.ts b/ReallifeGamemode.Client/util/checkpoint.ts index 3e11880f..a3f4f892 100644 --- a/ReallifeGamemode.Client/util/checkpoint.ts +++ b/ReallifeGamemode.Client/util/checkpoint.ts @@ -45,6 +45,7 @@ export default function checkpointHandle(globalData: GlobalData) { mp.events.add('destroyCP', () => { activeCheckpoint.destroy(); + activeBlip.destroy(); clearInterval(myVar); });