Finally fix anything

This commit is contained in:
sfan5 2013-01-12 08:24:04 +01:00
parent 0003770ffb
commit 6fb039fb9d
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ minetest.register_chatcommand("/fixlight", {
return
end
local count = worldedit.dig(pos1, pos2)
local count = worldedit.fixlight(pos1, pos2)
minetest.chat_send_player(name, count .. " nodes dug")
end,
})