mirror of
https://github.com/minetest-mods/i3.git
synced 2025-04-21 20:10:28 +02:00
Small correction
This commit is contained in:
parent
e244a82d04
commit
56f8b68f5a
2
init.lua
2
init.lua
@ -2351,7 +2351,7 @@ local function get_inventory_fs(player, data, fs)
|
||||
local max_val = 15
|
||||
|
||||
if __3darmor and data.subcat == 2 then
|
||||
if data.scrbar_inv == max_val then
|
||||
if data.scrbar_inv >= max_val then
|
||||
data.scrbar_inv = data.scrbar_inv + 9
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user