From bf0e9163925f083b645bc9ab9df077e97359dffe Mon Sep 17 00:00:00 2001 From: Norberto A <41595007+Limesey@users.noreply.github.com> Date: Sat, 11 Jul 2020 13:05:15 +0100 Subject: [PATCH] Bug fix. --- RoHook.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RoHook.lua b/RoHook.lua index 7a3cb59..f8d7de2 100644 --- a/RoHook.lua +++ b/RoHook.lua @@ -195,10 +195,8 @@ function module:send(content) content = httpService:JSONEncode(content) - print(content) - local success, data = pcall(function() - --return httpService:PostAsync(module.webhookConfig.webhookUrl, content) + return httpService:PostAsync(module.webhookConfig.webhookUrl, content) end) return success, data