Merge pull request #3251 from waffleattack/patch-7

Clarified error message
This commit is contained in:
hydroflame 2022-03-29 11:27:50 -04:00 committed by GitHub
commit c618e71a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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");
}