From 636c0cda64401032a876e346857d29f2aa991377 Mon Sep 17 00:00:00 2001 From: mrkubax10 Date: Wed, 11 Sep 2024 15:04:36 +0200 Subject: [PATCH] Remove unnecessary constant --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index ccde4b7..e630538 100644 --- a/init.lua +++ b/init.lua @@ -14,8 +14,7 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see . -MODNAME="industrialtest" -local modpath=minetest.get_modpath(MODNAME) +local modpath=minetest.get_modpath("industrialtest") -- table with global functions, variables etc industrialtest={}