fix loader crashing if mods fail to load (again)

This commit is contained in:
HJfod 2022-12-11 20:23:42 +02:00
parent f6e334745c
commit 880b0dab41

View file

@ -65,7 +65,7 @@ Result<> Loader::setup() {
if (!sett) {
log::warn("Unable to load loader settings: {}", sett.unwrapErr());
}
GEODE_UNWRAP(this->refreshModsList());
(void)this->refreshModsList();
this->queueInGDThread([]() {
Loader::get()->addSearchPaths();