mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Merge pull request #2507 from MartinFournier/fix/quit-job-error
Fix crash when quitting job
This commit is contained in:
commit
46a8de4924
@ -1769,6 +1769,7 @@ export function getNextCompanyPosition(
|
||||
//return the player's "nextCompanyPosition". Otherwise return the entryposType
|
||||
//Employed at this company, so just return the next position if it exists.
|
||||
const currentPositionName = this.jobs[this.companyName];
|
||||
if (!currentPositionName) return entryPosType;
|
||||
const currentPosition = CompanyPositions[currentPositionName];
|
||||
if (
|
||||
(currentPosition.isSoftwareJob() && entryPosType.isSoftwareJob()) ||
|
||||
|
Loading…
Reference in New Issue
Block a user