FF1: Fix resending items on disconnect/connect (#2817)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user