mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 01:01:00 -04:00
fix loader crashing if mods fail to load (again)
This commit is contained in:
parent
f6e334745c
commit
880b0dab41
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue