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

View File

@@ -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);