GregHib/void

Improve inventory storage disconnect

Closed this issue · 2 comments

There's a disconnect between inventories.inventories[name] and inventories.inventory(name).items as StateManager changes the underlying data array

I've updated PlayerSave so it now correctly saves the latest, but this is not a great solution and could potentially be exploitable

Room for improvement but good enough for now.