Update index.html

This commit is contained in:
Andyyy7666
2022-04-11 16:20:40 +02:00
committed by GitHub
parent 670f1d1420
commit 92c13c6164

View File

@@ -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,