diff --git a/scripts/client/job.js b/scripts/client/job.js index 82a3100d..efd5e7b9 100644 --- a/scripts/client/job.js +++ b/scripts/client/job.js @@ -81,4 +81,6 @@ 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