This commit is contained in:
Vortrex
2021-10-02 16:50:08 -05:00
parent 438ea59adf
commit 2fafb3ef31

View File

@@ -1337,7 +1337,7 @@ function getPosBehindPos(pos, angle, distance) {
let y = (pos.y+((Math.sin(angle-(Math.PI/2)))*distance));
let z = pos.z;
return toVector3(x,y,z);
return toVector3(x, y, z);
}
// ===========================================================================
@@ -1616,4 +1616,6 @@ async function triggerWebHook(webHookURL, payloadData) {
}
);
});
}
}
// ===========================================================================