From c17732b16ff8e5ba889bf913d84a72b4efe36255 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 5 Feb 2015 09:50:55 +0100 Subject: [PATCH] localize modpath variable --- technic_chests/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic_chests/init.lua b/technic_chests/init.lua index 7989912..af9e041 100644 --- a/technic_chests/init.lua +++ b/technic_chests/init.lua @@ -2,7 +2,7 @@ -- namespace: technic -- (c) 2012-2013 by RealBadAngel -modpath = minetest.get_modpath("technic_chests") +local modpath = minetest.get_modpath("technic_chests") technic = rawget(_G, "technic") or {} technic.chests = {}