scottbot95 / RoR2ModManager

A simple mod manager built using electron. Currently only supports BepInEx mods
MIT License
25 stars 3 forks source link

Fixed app breaking bug caused by non-existing dependencies #116

Closed DimaMukhin closed 4 years ago

DimaMukhin commented 4 years ago

Fixes #115

App stopped working because one of the versions of a mod (PixelFont) required a mod that no longer exist.

I fixed the bug by simply adding a condition that would add dependencies only if they exist.

scottbot95 commented 4 years ago

Oh whoops. I didn't notice your PR and went and did it myself. Sorry!