diff options
author | sfan5 <sfan5@live.de> | 2013-01-12 08:24:04 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2013-01-12 08:24:04 +0100 |
commit | 6fb039fb9dbd9e8f473cc2a9cf7858d30593e35e (patch) | |
tree | c186fe0270c2471d289158819ff6df789236a4f4 | |
parent | 0003770ffbe671809694924d337c10fe4dd0e564 (diff) |
Finally fix anything
-rw-r--r-- | worldedit_commands/init.lua | 2 |
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,
})
|