mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +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)
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
|
||||
return run_command
|
||||
|
|
|
@ -31,4 +31,4 @@ if minetest.global_exists("bonemeal") then
|
|||
dofile(we_c.modpath.."/core/integrations/worldedit.lua")
|
||||
else
|
||||
dofile(we_c.modpath.."/core/integrations/noworldedit.lua")
|
||||
end)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue