From 0003770ffbe671809694924d337c10fe4dd0e564 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 12 Jan 2013 08:19:24 +0100 Subject: [PATCH] Fix my Code again (I've use Python too much) --- worldedit/manipulations.lua | 1 + 1 file changed, 1 insertion(+) 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