Fix my Code again (I've use Python too much)

This commit is contained in:
sfan5 2013-01-12 08:19:24 +01:00
parent 9f35891996
commit 0003770ffb
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ worldedit.fixlight = function(pos1, pos2)
if node.name == "air" then
env:dig_node(pos)
d = d + 1
end
pos.z = pos.z + 1
end
pos.y = pos.y + 1