diff options
Diffstat (limited to 'worldedit_commands')
-rw-r--r-- | worldedit_commands/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/worldedit_commands/init.lua b/worldedit_commands/init.lua index 4529470..a372703 100644 --- a/worldedit_commands/init.lua +++ b/worldedit_commands/init.lua @@ -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]
|