mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
CODEBASE: Expand lint rules, and Aliases are stored as maps (#501)
This commit is contained in:
@@ -232,9 +232,6 @@ export function HacknetServerElem(props: IProps): React.ReactElement {
|
||||
</Button>
|
||||
</Tooltip>
|
||||
);
|
||||
if (Player.money < upgradeCacheCost) {
|
||||
} else {
|
||||
}
|
||||
}
|
||||
function upgradeCacheOnClick(): void {
|
||||
let numUpgrades = purchaseMult;
|
||||
|
||||
Reference in New Issue
Block a user