diff --git a/source/hooks.cpp b/source/hooks.cpp index 0666b7e..0e2b7e9 100644 --- a/source/hooks.cpp +++ b/source/hooks.cpp @@ -91,6 +91,7 @@ void CallHook(const std::unique_ptr &plugin, wups_loader_hook_t } else { DEBUG_FUNCTION_LINE_ERR("Failed to call hook. It was not defined"); } + break; } } } \ No newline at end of file