Fix SaniHeal / GZ-Edit

This commit is contained in:
VegaZ
2021-03-23 19:26:15 +01:00
parent 7629ef1e55
commit f9d0afd4d4
3 changed files with 17 additions and 9 deletions

View File

@@ -495,8 +495,8 @@ export default function factionInteraction(globalData: IGlobalData) {
timeLeft = 0;
} else if (activeTask.Type == 1){
activeCheckpoint.destroy();
activeTask = null;
mp.events.callRemote("delHealTask");
mp.events.callRemote("delHealTaskAsMedic", activeTask.Victim);
activeTask = null;
}
});