From b8d77627a4d28c624e63423eef317dd09c68e533 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Thu, 13 Dec 2012 01:49:02 +0100
Subject: [PATCH] update the mod

---
 technic/technic/battery_box_mv.lua |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/battery_box_mv.lua b/technic/technic/battery_box_mv.lua
similarity index 99%
rename from battery_box_mv.lua
rename to technic/technic/battery_box_mv.lua
index 6288589..ae448e0 100644
--- a/battery_box_mv.lua
+++ b/technic/technic/battery_box_mv.lua
@@ -206,7 +206,7 @@
 		MV_nodes[1].y=pos1.y
 		MV_nodes[1].z=pos1.z
 		MV_nodes[1].visited=false
-
+	
 table_index=1
 	repeat
 	check_MV_node (PR_nodes,RE_nodes,MV_nodes,table_index)
@@ -318,4 +318,4 @@
 if meta:get_float("mv_cablelike")==1 then new_node_added=add_new_MVcable_node(MV_nodes,pos1) end
 if minetest.env:get_node(pos1).name == "technic:solar_panel_mv" then 	new_node_added=add_new_MVcable_node(PR_nodes,pos1) end		
 end
-		
\ No newline at end of file
+		

--
Gitblit v1.8.0