From d8437faebc1c544c22d806c8fe4025556d94c396 Mon Sep 17 00:00:00 2001
From: ShadowNinja <shadowninja@minetest.net>
Date: Wed, 18 Dec 2013 01:56:01 +0100
Subject: [PATCH] More global localiztions

---
 technic/machines/LV/extractor.lua |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/technic/machines/LV/extractor.lua b/technic/machines/LV/extractor.lua
index c4d8ad3..c814d9e 100644
--- a/technic/machines/LV/extractor.lua
+++ b/technic/machines/LV/extractor.lua
@@ -121,6 +121,7 @@
 		-- Power off automatically if no longer connected to a switching station
 		technic.switching_station_timeout_count(pos, "LV")
 
+		local src_item = nil
 		if srcstack then
 			src_item = srcstack:to_table()
 		end

--
Gitblit v1.8.0