mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
make internal mod be included the usual mods list
This commit is contained in:
parent
3222097029
commit
4261e99049
1 changed files with 3 additions and 0 deletions
|
@ -689,6 +689,9 @@ Mod* Loader::Impl::createInternalMod() {
|
|||
auto& mod = Mod::sharedMod<>;
|
||||
if (!mod) {
|
||||
mod = new Mod(getModImplInfo());
|
||||
mod->m_impl->m_binaryLoaded = true;
|
||||
mod->m_impl->m_enabled = true;
|
||||
m_mods.insert({ mod->getID(), mod });
|
||||
}
|
||||
return mod;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue