diff --git a/scripts/server/job.js b/scripts/server/job.js index 5963b364..9cd0932e 100644 --- a/scripts/server/job.js +++ b/scripts/server/job.js @@ -599,7 +599,7 @@ function quitJob(client) { // --------------------------------------------------------------------------- function takeJob(client, jobId) { - getClientCurrentSubAccount(client).job = closestJobId; + getClientCurrentSubAccount(client).job = jobId; } // --------------------------------------------------------------------------- \ No newline at end of file