Rename //dig to //fixlight

This commit is contained in:
sfan5
2013-01-12 08:10:19 +01:00
parent 89e18d6108
commit 5f1fb56b8b
2 changed files with 7 additions and 5 deletions

View File

@ -544,9 +544,9 @@ minetest.register_chatcommand("/rotate", {
end,
})
minetest.register_chatcommand("/dig", {
minetest.register_chatcommand("/fixlight", {
params = "",
description = "Dig the current WorldEdit region",
description = "Fix the Lightning in the current WorldEdit region",
privs = {worldedit=true},
func = function(name, param)
local pos1, pos2 = worldedit.pos1[name], worldedit.pos2[name]