mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
CONTRACT: Remove " "s from .getDescription() result (#1525)
This commit is contained in:
parent
d4f3cf7d81
commit
ad5e2b0fe5
@ -129,7 +129,7 @@ export class CodingContract {
|
||||
}
|
||||
|
||||
getDescription(): string {
|
||||
return CodingContractTypes[this.type].desc(this.data);
|
||||
return CodingContractTypes[this.type].desc(this.data).replaceAll(" ", " ");
|
||||
}
|
||||
|
||||
getDifficulty(): number {
|
||||
|
Loading…
Reference in New Issue
Block a user