From a55ae11e672002072f33c68c2f9594c2cdd3caed Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 17 Jan 2022 07:39:57 -0600 Subject: [PATCH] Add line of sight check for nametags --- scripts/client/job.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/client/job.js b/scripts/client/job.js index efd5e7b9..82a3100d 100644 --- a/scripts/client/job.js +++ b/scripts/client/job.js @@ -81,6 +81,4 @@ function blinkJobRouteStopBlip(times, position, colour) { setTimeout(function() { jobRouteStopBlip = game.createBlip(position, 0, 2, colour); }, 500*times+1); -} - -// =========================================================================== \ No newline at end of file +} \ No newline at end of file