From dfc4375151633b8f30e68942e98d867cff7786ea Mon Sep 17 00:00:00 2001 From: Bear <44989435+Developer-Bear@users.noreply.github.com> Date: Sun, 1 Aug 2021 13:50:49 -0500 Subject: [PATCH] remove progressbar dependency fixes progress bar errors on resource start --- fxmanifest.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 604f7ff..c025aa9 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -41,7 +41,6 @@ files { } dependencies { - 'progressbar', 'connectqueue', 'ghmattimysql' }