Bug Fix - Prevent SubItems Loading Before Parent Items
This is a small fix to allow iterations over past loaded items during reload, the idea is for items which are a child item of an existing custom item.
For example we have 2 items, Wrench as a parent and AdminWrench which is a child inherited from Wrench. Previously AdminWrench would not load since it would try to load before Wrench and so would not be able to find the parent item to get the data from.