diff options
Diffstat (limited to 'commands/throne.js')
-rw-r--r-- | commands/throne.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) }) |