mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-02-03 05:40:20 +01:00
fix typo
This commit is contained in:
parent
2012270694
commit
75190360b4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user