From 1ffc0a89be42fcde95a04a87cc00dbc347b27ece Mon Sep 17 00:00:00 2001 From: Ninjune Date: Wed, 7 Dec 2022 21:36:53 -0600 Subject: v1.7.0 --- commands/throne.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/throne.js') diff --git a/commands/throne.js b/commands/throne.js index 517c93d..c3a2e1c 100644 --- a/commands/throne.js +++ b/commands/throne.js @@ -41,7 +41,7 @@ export function throne(arg2) register("renderWorld", () => { - waypointRender(throneWaypoints, true) + waypointRender(throneWaypoints, true, true) }) -- cgit