mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-24 16:43:51 +01:00
Removed console warning for Sleeves
This commit is contained in:
parent
1a749505e7
commit
ee0532eba7
@ -409,7 +409,7 @@ export class Sleeve extends Person {
|
|||||||
|
|
||||||
return jobPerformance * this.company_rep_mult * favorMult;
|
return jobPerformance * this.company_rep_mult * favorMult;
|
||||||
} else {
|
} else {
|
||||||
console.warn(`Sleeve.getRepGain() called for invalid task type: ${this.currentTask}`);
|
// console.warn(`Sleeve.getRepGain() called for invalid task type: ${this.currentTask}`);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user