Another fix

This commit is contained in:
Jean-Patrick Guerrero
2021-06-26 07:08:14 +02:00
parent ac4a7352fd
commit a0eb4803d1
2 changed files with 1 additions and 88 deletions

View File

@ -3059,6 +3059,7 @@ core.register_on_player_receive_fields(function(player, formname, fields)
set_tab(player, tabname)
break
elseif sub(f, 1, 5) == "itab_" then
data.pagenum = 1
data.current_itab = tonum(f:sub(-1))
sort_by_category(data)
end