From 03a91ed42d2a24fef57ae0afd78f32a9d7902a18 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 13 Feb 2022 19:31:44 -0600 Subject: [PATCH] Clear job route blip/pickup --- scripts/client/job.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/client/job.js b/scripts/client/job.js index 2a884e39..ed07737f 100644 --- a/scripts/client/job.js +++ b/scripts/client/job.js @@ -83,4 +83,11 @@ function blinkJobRouteLocationBlip(times, position, colour) { }, 500*times+1); } -// =========================================================================== \ No newline at end of file +// =========================================================================== + +function hideJobRouteLocation() { + destroyElement(jobRouteLocationSphere); + destroyElement(jobRouteLocationBlip); + jobRouteLocationSphere = null; + jobRouteLocationBlip = null; +} \ No newline at end of file