fix mod resources not being updated when a mod is enabled at runtime

This commit is contained in:
HJfod 2023-04-02 16:00:17 +03:00
parent 152f90cf67
commit 9fb5051f80

View file

@ -316,6 +316,7 @@ Result<> Mod::Impl::loadBinary() {
});
Loader::get()->updateAllDependencies();
Loader::get()->updateResources();
GEODE_UNWRAP(this->enable());