From 90e9f75268643626c848d2b009fac2df745031f0 Mon Sep 17 00:00:00 2001 From: Lunovox Date: Thu, 16 Mar 2017 12:04:23 -0300 Subject: [PATCH] To make life easier for minetest server admin To remind the admin that he can disable the bags button without changing the files of unified_inventory. --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 6929600..5c17dff 100644 --- a/init.lua +++ b/init.lua @@ -81,6 +81,7 @@ dofile(modpath.."/callbacks.lua") dofile(modpath.."/register.lua") if minetest.setting_getbool("unified_inventory_bags") ~= false then + minetest.setting_set("unified_inventory_bags", "true") --<== To remind the admin that he can disable the bags button without changing the files of unified_inventory. dofile(modpath.."/bags.lua") end