Skip to content

Commit

Permalink
Description Tweak for removed commands
Browse files Browse the repository at this point in the history
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
  • Loading branch information
VorTechnix and sbrl authored Oct 1, 2024
1 parent a48576a commit df2af2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion worldeditadditions_commands/commands/selectors/scol.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local Vector3 = wea_c.Vector3
-- ███████ ██████ ██████ ███████
worldeditadditions_core.register_command("scol", {
params = "None",
description = "Deprecated.",
description = "DEPRECATED: please use //srel instead.",
privs = { worldedit = true },
require_pos = 1,
parse = function(params_text)
Expand Down
2 changes: 1 addition & 1 deletion worldeditadditions_commands/commands/selectors/scube.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local Vector3 = wea_c.Vector3
-- ███████ ██████ ██████ ██████ ███████
worldeditadditions_core.register_command("scube", {
params = "None",
description = "Deprecated.",
description = "DEPRECATED: please use //srel instead.",
privs = { worldedit = true },
require_pos = 1,
parse = function(params_text)
Expand Down
4 changes: 2 additions & 2 deletions worldeditadditions_commands/commands/selectors/sfactor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ local Vector3 = wea_c.Vector3
-- ███████ ██ ██ ██ ██████ ██ ██████ ██ ██
worldeditadditions_core.register_command("sfactor", {
params = "None",
description = "Deprecated.",
description = "DEPRECATED: please use //grow or //shrink instead.",

privs = { worldedit = true },
require_pos = 1,
parse = function(params_text)
return params_text
end,
Expand Down
2 changes: 1 addition & 1 deletion worldeditadditions_commands/commands/selectors/srect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local Vector3 = wea_c.Vector3
-- ███████ ██ ██ ███████ ██████ ██
worldeditadditions_core.register_command("srect", {
params = "None",
description = "Deprecated.",
description = "DEPRECATED: please use //srel instead.",
privs = { worldedit = true },
require_pos = 1,
parse = function(params_text)
Expand Down

0 comments on commit df2af2d

Please sign in to comment.