mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
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