mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Adventure: Fix error in connector lua that was fairly harmless in BizHawk 2.8 but throws in 2.9
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user