Clarify Error Message

Co-authored-by: ApamNapat <ApamNapat@users.noreply.github.com>
This commit is contained in:
Thomas B
2022-03-28 08:33:05 -04:00
committed by GitHub
parent fe0b6d5982
commit 0a9bded0d8

View File

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