Update init.lua

Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
This commit is contained in:
fmmaks 2023-09-29 20:38:54 +03:00 committed by GitHub
parent 29d2ef220b
commit c95fdccbd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ dofile(modpath.."/register.lua")
if minetest.settings:get_bool("unified_inventory_bags") ~= false then
dofile(modpath.."/bags.lua")
end
if minetest.settings:get_bool("unified_inventory_enable_item_names") == true then
if minetest.settings:get_bool("unified_inventory_enable_item_names") ~= false then
dofile(modpath.."/item_names.lua")
end
dofile(modpath.."/waypoints.lua")