mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
remove release block
This commit is contained in:
parent
79211cf8cb
commit
5d28179bab
1 changed files with 0 additions and 5 deletions
|
@ -12,11 +12,6 @@ worldedit.register_command("sfactor", {
|
|||
parse = function(params_text)
|
||||
local parts = wea.split(params_text, "%s+", false)
|
||||
|
||||
--- Dissable command for current release
|
||||
if false then
|
||||
return false, "Feature not yet implemented."
|
||||
end
|
||||
|
||||
if #parts < 2 then
|
||||
return false, "Error: Not enough arguments. Expected \"<mode> <factor> [<target>]\"."
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue