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