Selecting items from inventory does not list all items

Issue #116 resolved
RMTEW FULL NAME repo owner created an issue

The inventory listing shown when applying an object to something, would possibly list only the first few objects. The reason for this, is that getting an objects name mid inventory enumeration would in turn within the name generation logic, also enumerate the inventory itself. Then returning to the orginal inventory enumeration, the enumeration would be found to have finished (which another from start to end enumeration in the meantime would effectively have left it as).

Comments (1)

  1. Log in to comment