diff --git a/scripts/server/job.js b/scripts/server/job.js index a9d4fbe8..f9692bf4 100644 --- a/scripts/server/job.js +++ b/scripts/server/job.js @@ -1540,7 +1540,7 @@ function takeJob(client, jobId) { getPlayerCurrentSubAccount(client).jobRank = rankId; getPlayerCurrentSubAccount(client).jobIndex = jobId; getPlayerCurrentSubAccount(client).jobRankIndex = rankIndex; - sendPlayerJobType(client, getJobData(jobId).databaseId); + sendPlayerJobType(client, jobId); updateJobBlipsForPlayer(client); }