From f355ccd50d426fd0134d8cb1108975223c166019 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Fri, 9 Apr 2021 00:40:48 +0200 Subject: [PATCH] Junggeeee --- ReallifeGamemode.Client/Interaction/factioninteraction.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ReallifeGamemode.Client/Interaction/factioninteraction.ts b/ReallifeGamemode.Client/Interaction/factioninteraction.ts index 81fee996..79763749 100644 --- a/ReallifeGamemode.Client/Interaction/factioninteraction.ts +++ b/ReallifeGamemode.Client/Interaction/factioninteraction.ts @@ -438,6 +438,7 @@ export default function factionInteraction(globalData: IGlobalData) { }); mp.events.add('updateHealCheckpoint', (xPos, yPos, zPos) => { + mp.gui.chat.push("DEBUG: JO LÜPPT"); if (activeTask && activeTask.Type == 1) { if (mp.colshapes.exists(activeColshape) && mp.markers.exists(activeMarker)) { activeMarker.setCoords2(xPos, yPos, zPos, 0, 0, 0, false);