From 92c13c61645bfcd524b5a3f2ee2f88c848e2685c Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Mon, 11 Apr 2022 16:20:40 +0200 Subject: [PATCH] Update index.html --- ND_Core/source/ui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ND_Core/source/ui/index.html b/ND_Core/source/ui/index.html index a4af9e3..5189486 100644 --- a/ND_Core/source/ui/index.html +++ b/ND_Core/source/ui/index.html @@ -22,7 +22,7 @@ } } function tp(x, y, z, name) { - $.post("https://ND_Core/tpToLocation", JSON.stringify({ + $.post(`https://${GetParentResourceName()}/tpToLocation`, JSON.stringify({ x: x, y: y, z: z,