Update connect.ts

This commit is contained in:
hydroflame 2022-03-29 11:27:34 -04:00 committed by GitHub
parent 0a9bded0d8
commit 3456acc6a8
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}. 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");
}