From 48655e1ec54428ac84091644e3510a4b60ce1668 Mon Sep 17 00:00:00 2001 From: coblyox <55489629+coblyox@users.noreply.github.com> Date: Sun, 26 Jan 2025 23:33:58 +0200 Subject: [PATCH] fix: return response, if neither hook returns false --- modules/hooks.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hooks.lua b/modules/hooks.lua index 11d98c62f..ca9201d04 100644 --- a/modules/hooks.lua +++ b/modules/hooks.lua @@ -26,6 +26,8 @@ local function triggerEventHooks(event, payload) return false end end + + return true end local hookId = 0