diff --git a/src/Corporation/OfficeSpace.ts b/src/Corporation/OfficeSpace.ts index b5b4cf0cd..7ba7ff1a8 100644 --- a/src/Corporation/OfficeSpace.ts +++ b/src/Corporation/OfficeSpace.ts @@ -177,7 +177,6 @@ export class OfficeSpace { hireRandomEmployee(position: CorpEmployeeJob): boolean { if (this.atCapacity()) return false; - if (document.getElementById("cmpy-mgmt-hire-employee-popup") != null) return false; this.totalExperience += getRandomInt(50, 100);