diff options
author | Ninjune <enderknight537@gmail.com> | 2022-12-07 21:36:53 -0600 |
---|---|---|
committer | Ninjune <enderknight537@gmail.com> | 2022-12-07 21:36:53 -0600 |
commit | 1ffc0a89be42fcde95a04a87cc00dbc347b27ece (patch) | |
tree | 87ef5251d1fc2a32d495daa8f6a94e173c701f8e /commands/throne.js | |
parent | 8ad19e54f6c3f44a84dd2565d910c207ffc5bc52 (diff) | |
download | coleweight-1.7.0.tar.gz coleweight-1.7.0.tar.bz2 coleweight-1.7.0.zip |
v1.7.0v1.7.0
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) }) |