mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
core: minor fixes
This commit is contained in:
parent
1fda9725c7
commit
d21f7ca5fb
2 changed files with 1 additions and 2 deletions
|
@ -47,7 +47,6 @@ local function run_command(cmdname, options, player_name, paramtext)
|
||||||
run_command_stage2(player_name, options.func, parse_result)
|
run_command_stage2(player_name, options.func, parse_result)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return run_command
|
return run_command
|
||||||
|
|
|
@ -31,4 +31,4 @@ if minetest.global_exists("bonemeal") then
|
||||||
dofile(we_c.modpath.."/core/integrations/worldedit.lua")
|
dofile(we_c.modpath.."/core/integrations/worldedit.lua")
|
||||||
else
|
else
|
||||||
dofile(we_c.modpath.."/core/integrations/noworldedit.lua")
|
dofile(we_c.modpath.."/core/integrations/noworldedit.lua")
|
||||||
end)
|
end
|
||||||
|
|
Loading…
Reference in a new issue