mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
//scale: remove debug statement
This commit is contained in:
parent
a0c20a1503
commit
756bd49470
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue