diff --git a/scripts/server/job.js b/scripts/server/job.js index c5f1ca2b..0fed285b 100644 --- a/scripts/server/job.js +++ b/scripts/server/job.js @@ -614,7 +614,6 @@ function quitJobCommand(command, params, client) { return false; } - quitJob(client); messageClientSuccess(client, "You are now unemployed!"); return true;