Use job-yellow colour for job blips

This commit is contained in:
Vortrex
2022-05-04 10:07:42 -05:00
parent b66fa17d59
commit 217e68bf02

View File

@@ -2398,7 +2398,7 @@ function createJobLocationBlip(jobId, locationId) {
} }
if(areServerElementsSupported()) { if(areServerElementsSupported()) {
let blip = createGameBlip(tempJobData.locations[locationId].position, blipModelId, getColourByType("job")); let blip = createGameBlip(tempJobData.locations[locationId].position, blipModelId, getColourByType("jobYellow"));
if(blip != false) { if(blip != false) {
tempJobData.locations[locationId].blip = blip; tempJobData.locations[locationId].blip = blip;
} }