From cee2574ff2c7ffa78e7333d832c15eea516a9637 Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 10 Sep 2012 15:48:06 -0700 Subject: [PATCH] fix t-junction selectionbox when on --- mesecons_extrawires/tjunction.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesecons_extrawires/tjunction.lua b/mesecons_extrawires/tjunction.lua index 80a7261..93eac0a 100644 --- a/mesecons_extrawires/tjunction.lua +++ b/mesecons_extrawires/tjunction.lua @@ -6,8 +6,8 @@ local tjunction_nodebox = { local tjunction_selectionbox = { type = "fixed", - fixed = { -16/32-0.001, -18/32, -16/32, 16/32+0.001, -12/32, 7/32 } -}, + fixed = { -16/32-0.001, -18/32, -16/32, 16/32+0.001, -12/32, 7/32 }, +} minetest.register_node("mesecons_extrawires:tjunction_on", { drawtype = "nodebox",