mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-26 02:30:40 +01:00
Fix my Code again (I've use Python too much)
This commit is contained in:
parent
9f35891996
commit
0003770ffb
@ -320,6 +320,7 @@ worldedit.fixlight = function(pos1, pos2)
|
|||||||
if node.name == "air" then
|
if node.name == "air" then
|
||||||
env:dig_node(pos)
|
env:dig_node(pos)
|
||||||
d = d + 1
|
d = d + 1
|
||||||
|
end
|
||||||
pos.z = pos.z + 1
|
pos.z = pos.z + 1
|
||||||
end
|
end
|
||||||
pos.y = pos.y + 1
|
pos.y = pos.y + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user