Imre Péntek 2024-03-28 11:29:07 +01:00
parent 2f29afddcd
commit f970fc8537

View file

@ -6,7 +6,7 @@
-- Load support for MT game translation.
local S = minetest.get_translator("bones")
local bones_max_slots = minetest.settings:get("bones_max_slots") or 15 * 10
local bones_max_slots = tonumber(minetest.settings:get("bones_max_slots")) or 15 * 10
local min_inv_size = 4 * 8 -- display and provide at least this many slots
bones = {}