mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
Clarified error message
This commit is contained in:
parent
1c801c5651
commit
fe0b6d5982
@ -36,7 +36,7 @@ export function connect(
|
||||
terminal.connectToServer(player, hostname);
|
||||
return;
|
||||
}
|
||||
terminal.error(`Cannot directly connect to ${hostname}`);
|
||||
terminal.error(`Cannot directly connect to ${hostname}. Make sure the server is backdoored or adjacent to your current Server`);
|
||||
} else {
|
||||
terminal.error("Host not found");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user