mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
CONTRACT: Remove " "s from .getDescription() result (#1525)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user