FF1: Fix resending items on disconnect/connect (#2817)
This commit is contained in:
parent
6badc75237
commit
fed3d04c8d
|
@ -322,7 +322,7 @@ function processBlock(block)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if #itemsBlock ~= itemIndex then
|
if #itemsBlock > itemIndex then
|
||||||
wU8(ITEM_INDEX, #itemsBlock)
|
wU8(ITEM_INDEX, #itemsBlock)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue