mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-04-08 17:51:24 +02:00
core: minor fixes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user