Adventure: Fix error in connector lua that was fairly harmless in BizHawk 2.8 but throws in 2.9
This commit is contained in:
parent
27cb93d319
commit
d85c13ef0e
|
@ -598,7 +598,7 @@ function main()
|
|||
if ( localItemLocations ~= nil and localItemLocations[tostring(carry_item)] ~= nil ) then
|
||||
pending_local_items_collected[localItemLocations[tostring(carry_item)]] =
|
||||
localItemLocations[tostring(carry_item)]
|
||||
table.remove(localItemLocations, tostring(carry_item))
|
||||
localItemLocations[tostring(carry_item)] = nil
|
||||
skip_inventory_items[carry_item] = carry_item
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue