mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-06-28 14:16:18 +02:00
Rename //dig to //fixlight
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user