Remove unused code in OfficeSpace (#961)

This commit is contained in:
catloversg 2023-12-07 19:55:30 +07:00 committed by GitHub
parent 019f2d6a11
commit 4dd4f920c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -177,7 +177,6 @@ export class OfficeSpace {
hireRandomEmployee(position: CorpEmployeeJob): boolean { hireRandomEmployee(position: CorpEmployeeJob): boolean {
if (this.atCapacity()) return false; if (this.atCapacity()) return false;
if (document.getElementById("cmpy-mgmt-hire-employee-popup") != null) return false;
this.totalExperience += getRandomInt(50, 100); this.totalExperience += getRandomInt(50, 100);