core: minor fixes

This commit is contained in:
Starbeamrainbowlabs 2022-05-17 01:04:38 +01:00
parent 1fda9725c7
commit d21f7ca5fb
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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