Imre Péntek 2024-03-28 11:29:07 +01:00
parent 062fc4610b
commit e27ad580d6
1 changed files with 1 additions and 1 deletions

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 = {}