mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-20 14:42:04 +02:00
format & lint
This commit is contained in:
@@ -5,7 +5,6 @@ import { dialogBoxCreate } from "../../ui/React/DialogBox";
|
||||
import { GetServer } from "../../Server/AllServers";
|
||||
import { SpecialServers } from "../../Server/data/SpecialServers";
|
||||
|
||||
|
||||
import { CONSTANTS } from "../../Constants";
|
||||
import { Player } from "../../Player";
|
||||
|
||||
@@ -14,7 +13,7 @@ import { Money } from "../../ui/React/Money";
|
||||
/**
|
||||
* Attempt to purchase a TOR router using the button.
|
||||
*/
|
||||
export function purchaseTorRouter(): void {
|
||||
export function purchaseTorRouter(): void {
|
||||
if (Player.hasTorRouter()) {
|
||||
dialogBoxCreate(`You already have a TOR Router!`);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user