1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-02-03 05:40:20 +01:00
This commit is contained in:
crabman77 2015-10-14 15:10:02 +02:00
parent 2012270694
commit 75190360b4

View File

@ -100,7 +100,7 @@ function unified_inventory.get_formspec(player, page)
end end
local i = 1 --Modif MFF (Crabman 13/10/2015) 12 buttons max by row local i = 1 --Modif MFF (Crabman 13/10/2015) 12 buttons max by row
for i, def in pairs(filtered_inv_buttons) do --Modif MFF (Crabman 13/10/2015) for _, def in pairs(filtered_inv_buttons) do --Modif MFF (Crabman 13/10/2015)
if draw_lite_mode and i > 4 then if draw_lite_mode and i > 4 then
button_row = 1 button_row = 1