From c8fd9a590dafc0f85adf7482ac1c3a3166d0d76a Mon Sep 17 00:00:00 2001 From: BerkieBb <82737367+BerkieBb@users.noreply.github.com> Date: Tue, 1 Mar 2022 19:42:03 +0100 Subject: [PATCH] feat: removed connectqueue as a dependency --- fxmanifest.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 1db83ae..d5b4970 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -40,8 +40,7 @@ files { dependencies { 'oxmysql', - 'progressbar', - 'connectqueue' + 'progressbar' } -lua54 'yes' \ No newline at end of file +lua54 'yes'