From 3456acc6a8edbd3f53c22509b0fe6f38debf8d48 Mon Sep 17 00:00:00 2001 From: hydroflame <79246165+hydroflame@users.noreply.github.com> Date: Tue, 29 Mar 2022 11:27:34 -0400 Subject: [PATCH] Update connect.ts --- src/Terminal/commands/connect.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Terminal/commands/connect.ts b/src/Terminal/commands/connect.ts index f9db74d4a..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}. Make sure the server is backdoored and adjacent to your current Server`); + 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"); }