mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
Fix crash when quitting an unfocused job
This commit is contained in:
@@ -1785,6 +1785,7 @@ export function getNextCompanyPosition(company, entryPosType) {
|
||||
}
|
||||
|
||||
export function quitJob(company) {
|
||||
this.isWorking = false;
|
||||
this.companyName = "";
|
||||
delete this.jobs[company];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user