Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'collisions' command sometimes failing to display
File collisions weren't checked against the mod's install dir. Imagine if you had two mods. One had a Data folder and its files were installed into the game's root. Another mod didn't have a Data folder but it would be installed into the game's Data folder. If you had file conflicts within these mods, the mods would be flagged as conflicting, but the file collisions wouldn't be displayed by the collisions command. This patch fixes that bug.
- Loading branch information