Fix missing entry for "WUPS_LOADER_HOOK_INIT_WUT_THREAD" in hook_names

This commit is contained in:
Maschell 2026-01-26 17:45:14 +01:00
parent 083ff642ba
commit 6b7d1b1ee4

View File

@ -45,6 +45,7 @@ static const char **hook_names = (const char *[]){
"WUPS_LOADER_HOOK_INIT_STORAGE",
"WUPS_LOADER_HOOK_INIT_CONFIG",
"WUPS_LOADER_HOOK_INIT_BUTTON_COMBO",
"WUPS_LOADER_HOOK_INIT_WUT_THREAD",
};
void CallHook(const std::vector<PluginContainer> &plugins, const wups_loader_hook_type_t hook_type) {