diff --git a/src/Terminal/commands/connect.ts b/src/Terminal/commands/connect.ts index a419def70..a9a0e4444 100644 --- a/src/Terminal/commands/connect.ts +++ b/src/Terminal/commands/connect.ts @@ -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"); }