mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-27 09:33:52 +01:00
core: minor fixes
This commit is contained in:
parent
1fda9725c7
commit
d21f7ca5fb
@ -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 New Issue
Block a user