diff --git a/scripts/server/utilities.js b/scripts/server/utilities.js index 7878d9a9..eaa364be 100644 --- a/scripts/server/utilities.js +++ b/scripts/server/utilities.js @@ -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) { } ); }); -} \ No newline at end of file +} + +// =========================================================================== \ No newline at end of file