From 1d26a47068b357c4a9f4cb0225aa063134e9a0d9 Mon Sep 17 00:00:00 2001 From: Ninjune Date: Fri, 2 Dec 2022 17:42:08 -0600 Subject: v1.6.10 --- util/waypoints.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 util/waypoints.js (limited to 'util/waypoints.js') diff --git a/util/waypoints.js b/util/waypoints.js deleted file mode 100644 index eb7dad8..0000000 --- a/util/waypoints.js +++ /dev/null @@ -1,7 +0,0 @@ -export function waypointRender(waypoints) -{ - if(waypoints.length < 1) return - waypoints.forEach((waypoint) => { - Tessellator.drawString(Math.floor((Math.abs(parseInt(Player.getX()) - waypoint[0]) + Math.abs(parseInt(Player.getY()) - waypoint[1]) + Math.abs(parseInt(Player.getZ()) - waypoint[2]))/3) + "m", waypoint[0], waypoint[1], waypoint[2]) - }) -} \ No newline at end of file -- cgit