Fixed server/node text always displaying as Hacknet Nodes even if the player has servers unlocked

This commit is contained in:
Tesseract1234567890
2021-06-10 09:19:44 -04:00
parent 1b734be895
commit 4cd17607e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ export class HacknetRoot extends React.Component {
return (
<div>
<h1>Hacknet Nodes</h1>
<h1>Hacknet {hasHacknetServers() ? "Servers" : "Nodes"}</h1>
<GeneralInfo />
<PurchaseButton cost={purchaseCost} multiplier={this.state.purchaseMultiplier} onClick={this.handlePurchaseButtonClick} />