Skip to content

Commit d8dcd47

Browse files
wildham0EmilyV99
authored andcommitted
FF1: Fix resending items on disconnect/connect (ArchipelagoMW#2817)
1 parent fdcc3fa commit d8dcd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/lua/connector_ff1.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function processBlock(block)
322322
end
323323
end
324324
end
325-
if #itemsBlock ~= itemIndex then
325+
if #itemsBlock > itemIndex then
326326
wU8(ITEM_INDEX, #itemsBlock)
327327
end
328328

0 commit comments

Comments
 (0)