mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Fix job bug
This commit is contained in:
parent
dcddc0c2d5
commit
980665b77c
@ -107,6 +107,8 @@ export class CompanyLocation extends React.Component<IProps, IState> {
|
||||
employedHere: false,
|
||||
}
|
||||
|
||||
this.props.p.location = props.locName;
|
||||
|
||||
this.checkIfEmployedHere(false);
|
||||
}
|
||||
|
||||
|
@ -1742,6 +1742,7 @@ export function applyForJob(entryPosType, sing=false) {
|
||||
}
|
||||
|
||||
this.jobs[company.name] = pos.name;
|
||||
this.companyName = this.location;
|
||||
|
||||
document.getElementById("world-menu-header").click();
|
||||
document.getElementById("world-menu-header").click();
|
||||
|
Loading…
Reference in New Issue
Block a user