Fix takejob cmd
This commit is contained in:
@@ -599,7 +599,7 @@ function quitJob(client) {
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
function takeJob(client, jobId) {
|
||||
getClientCurrentSubAccount(client).job = closestJobId;
|
||||
getClientCurrentSubAccount(client).job = jobId;
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user