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