summaryrefslogtreecommitdiff
path: root/worldedit_commands
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2013-01-12 08:24:04 +0100
committersfan5 <sfan5@live.de>2013-01-12 08:24:04 +0100
commit6fb039fb9dbd9e8f473cc2a9cf7858d30593e35e (patch)
treec186fe0270c2471d289158819ff6df789236a4f4 /worldedit_commands
parent0003770ffbe671809694924d337c10fe4dd0e564 (diff)
Finally fix anything
Diffstat (limited to 'worldedit_commands')
-rw-r--r--worldedit_commands/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/worldedit_commands/init.lua b/worldedit_commands/init.lua
index a372703..756ebc4 100644
--- a/worldedit_commands/init.lua
+++ b/worldedit_commands/init.lua
@@ -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,
})