This commit is contained in:
Lunovox 2017-04-21 15:06:09 +00:00 committed by GitHub
commit 62a3b40e97
1 changed files with 1 additions and 0 deletions

View File

@ -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