mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Clarify Error Message
Co-authored-by: ApamNapat <ApamNapat@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@ export function connect(
|
||||
terminal.connectToServer(player, hostname);
|
||||
return;
|
||||
}
|
||||
terminal.error(`Cannot directly connect to ${hostname}. Make sure the server is backdoored or adjacent to your current Server`);
|
||||
terminal.error(`Cannot directly connect to ${hostname}. Make sure the server is backdoored and adjacent to your current Server`);
|
||||
} else {
|
||||
terminal.error("Host not found");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user