FF1: Fix resending items on disconnect/connect (#2817)

This commit is contained in:
wildham
2024-03-11 04:51:51 -04:00
committed by GitHub
parent 6badc75237
commit fed3d04c8d

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