mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-26 15:27:29 +01:00
//scale: remove debug statement
This commit is contained in:
parent
a0c20a1503
commit
756bd49470
@ -28,7 +28,6 @@ worldedit.register_command("scale", {
|
|||||||
privs = { worldedit = true },
|
privs = { worldedit = true },
|
||||||
require_pos = 2,
|
require_pos = 2,
|
||||||
parse = function(params_text)
|
parse = function(params_text)
|
||||||
print("[DEBUG//scale] got params_text '"..params_text.."'")
|
|
||||||
if not params_text then params_text = "" end
|
if not params_text then params_text = "" end
|
||||||
|
|
||||||
local parts = worldeditadditions.split(params_text, "%s+", false)
|
local parts = worldeditadditions.split(params_text, "%s+", false)
|
||||||
|
Loading…
Reference in New Issue
Block a user