//spline: update params description

This commit is contained in:
Starbeamrainbowlabs 2022-09-25 22:55:50 +01:00
parent c319be5840
commit bc0276875d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ local Vector3 = wea_c.Vector3
worldeditadditions_core.register_command("spline", {
params = "<replace_node> <width_start> [<width_end=width_start> [<steps=6>]]",
params = "<replace_node> <width_start> [<width_end=width_start> [<steps=3>]]",
description = "Draws a spline through the defined points. NOTE: Uses the NEW worldeditadditions position system, not the existing WorldEdit one!",
privs = { worldedit = true },
require_pos = 3,