FF1: Fix resending items on disconnect/connect ()

This commit is contained in:
wildham 2024-03-11 04:51:51 -04:00 committed by GitHub
parent 6badc75237
commit fed3d04c8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ function processBlock(block)
end
end
end
if #itemsBlock ~= itemIndex then
if #itemsBlock > itemIndex then
wU8(ITEM_INDEX, #itemsBlock)
end