From 2cbb38e660c5651bc87693a164861a0ad9dbb0e0 Mon Sep 17 00:00:00 2001 From: Baertram Date: Tue, 31 Oct 2017 16:04:13 +0100 Subject: [PATCH] Update AutoCategory.lua Removed call to function "IntegrateDoItAll()" --- AutoCategory.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AutoCategory.lua b/AutoCategory.lua index 393fa9b..79b2a86 100644 --- a/AutoCategory.lua +++ b/AutoCategory.lua @@ -204,7 +204,6 @@ function AutoCategory.LazyInit() IntegrateIakoniGearChanger() IntegrateInventoryGridView() IntegrateQuickMenu() - IntegrateDoItAll() AutoCategory.Inited = true end @@ -345,4 +344,4 @@ function AC_Binding_ToggleCategorize() end end AutoCategory.RefreshCurrentList() -end \ No newline at end of file +end