Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent crash on trying to inline an empty list
When doing stupid things, such as blacklisting all items in the game, the game would crash on loading trying to inline an empty list of requirements. Check that that list is not empty before attempting to do anything with it.
- Loading branch information