From 8fa7fe39d9edbdd8b00ec238c4e40b6ecd0808cc Mon Sep 17 00:00:00 2001 From: Ninjune Date: Sat, 14 Jan 2023 18:51:28 -0600 Subject: v1.8.7 --- commands/drawLine.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'commands/drawLine.js') diff --git a/commands/drawLine.js b/commands/drawLine.js index 7fd9742..1374dea 100644 --- a/commands/drawLine.js +++ b/commands/drawLine.js @@ -1,5 +1,5 @@ import constants from "../util/constants" -import { trace } from "../util/renderUtil" +import { trace, drawEspBox } from "../util/renderUtil" const PREFIX = constants.PREFIX let x = 0, @@ -39,4 +39,5 @@ register("renderWorld", () => { if(x == 0 && y == 0 && z == 0) return trace(x, y, z, 0, 0, 1, 0.86) + drawEspBox(x, y, z, 0, 0, 1, 0.86) // y no work }) \ No newline at end of file -- cgit