mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 22:59:42 +02:00
CONTRACTS: Fix nbsp rendering as text rather than a space (#2225)
This commit is contained in:
@@ -88,7 +88,7 @@ export class CodingContract {
|
||||
}
|
||||
|
||||
getDescription(): string {
|
||||
return CodingContractTypes[this.type].desc(this.getData()).replaceAll(" ", " ");
|
||||
return CodingContractTypes[this.type].desc(this.getData());
|
||||
}
|
||||
|
||||
getDifficulty(): number {
|
||||
|
||||
Reference in New Issue
Block a user