From 07954fc23099f511d66dc8669d2a569e05004f29 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 3 Jan 2021 17:49:30 +0100 Subject: [PATCH] update connect link --- WebHostLib/templates/hostRoom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/templates/hostRoom.html b/WebHostLib/templates/hostRoom.html index e0108559..69bf8675 100644 --- a/WebHostLib/templates/hostRoom.html +++ b/WebHostLib/templates/hostRoom.html @@ -20,7 +20,7 @@ later, you can simply refresh this page and the server will be started again.
{% if room.last_port %} - You can connect to this room by using '/connect berserkermulti.world:{{ room.last_port }}' + You can connect to this room by using '/connect archipelago.gg:{{ room.last_port }}' in the client.
{% endif %} {{ macros.list_patches_room(room.seed.patches, room) }} {% if room.owner == session["_id"] %}