mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 22:23:51 +01:00
Fix tor router from anywhere
This commit is contained in:
parent
bef953bf59
commit
63b0b22f92
@ -13,7 +13,7 @@ export function buy(
|
|||||||
server: BaseServer,
|
server: BaseServer,
|
||||||
args: (string | number | boolean)[],
|
args: (string | number | boolean)[],
|
||||||
): void {
|
): void {
|
||||||
if (!GetServer(SpecialServers.DarkWeb)) {
|
if (!player.hasTorRouter()) {
|
||||||
terminal.error(
|
terminal.error(
|
||||||
"You need to be able to connect to the Dark Web to use the buy command. (Maybe there's a TOR router you can buy somewhere)",
|
"You need to be able to connect to the Dark Web to use the buy command. (Maybe there's a TOR router you can buy somewhere)",
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user