Skip to content

Commit e27ad58

Browse files
committed
1 parent 062fc46 commit e27ad58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/bones/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-- Load support for MT game translation.
77
local S = minetest.get_translator("bones")
88

9-
local bones_max_slots = minetest.settings:get("bones_max_slots") or 15 * 10
9+
local bones_max_slots = tonumber(minetest.settings:get("bones_max_slots")) or 15 * 10
1010
local min_inv_size = 4 * 8 -- display and provide at least this many slots
1111

1212
bones = {}

0 commit comments

Comments
 (0)