diff options
author | sfan5 <sfan5@live.de> | 2013-01-12 08:19:24 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2013-01-12 08:19:24 +0100 |
commit | 0003770ffbe671809694924d337c10fe4dd0e564 (patch) | |
tree | 9aaa0ae6982ae1c586abafd247cfb125c9523127 | |
parent | 9f35891996018f93d0b7a6078cd88a0e6667b7ae (diff) |
Fix my Code again (I've use Python too much)
-rw-r--r-- | worldedit/manipulations.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/worldedit/manipulations.lua b/worldedit/manipulations.lua index 0985133..f5b70ee 100644 --- a/worldedit/manipulations.lua +++ b/worldedit/manipulations.lua @@ -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
|