This commit is contained in:
VegaZ
2021-04-09 01:04:15 +02:00
parent 09f7072f1a
commit 1dd5a1a004

View File

@@ -428,7 +428,7 @@ export default function factionInteraction(globalData: IGlobalData) {
mp.events.add('updateHealCheckpoint', (xPos, yPos, zPos) => {
if (activeTask && activeTask.Type == 1) {
activeCheckpoint.setCoords2(xPos, yPos, zPos, 0, 0, 0, false);
activeCheckpoint.setCoords(xPos, yPos, zPos, false, false, false, false);
mp.game.ui.setNewWaypoint(xPos, yPos);
}
});