diff --git a/AquaNet/src/pages/Home/SetupInstructions.svelte b/AquaNet/src/pages/Home/SetupInstructions.svelte index d440734a..f23b16e6 100644 --- a/AquaNet/src/pages/Home/SetupInstructions.svelte +++ b/AquaNet/src/pages/Home/SetupInstructions.svelte @@ -5,7 +5,7 @@ import { USER } from "../../libs/sdk"; import type { UserMe } from "../../libs/generalTypes"; import { codeToHtml } from 'shiki' - import { AQUA_CONNECTION, AQUA_HOST } from "../../libs/config"; + import { AQUA_CONNECTION } from "../../libs/config"; let user: UserMe let keychip: string; @@ -67,6 +67,10 @@ id=${keychip.slice(0, 4)}-${keychip.slice(4)}1337`.trim(), {
+ Then, after you restart the game, you should be able to connect to AquaDX. Please verify that the network tests are all GOOD in the test menu. +
{/if} @@ -76,6 +80,9 @@ id=${keychip.slice(0, 4)}-${keychip.slice(4)}1337`.trim(), {