Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-000 committed Apr 12, 2024
1 parent fad8b9e commit 47594cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/multiaddonmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ void *MultiAddonManager::OnMetamodQuery(const char *iface, int *ret)
return nullptr;
}

if (ret)
*ret = META_IFACE_OK;

return &g_AddonManagerInterface;
}

Expand Down

0 comments on commit 47594cd

Please sign in to comment.