Revert "fix: add missing local profile in QuestieMap.ProcessQueue"
This reverts commit 2bdd1801c9.
This commit is contained in:
@@ -356,7 +356,6 @@ function QuestieMap.ProcessQueue()
|
|||||||
end
|
end
|
||||||
|
|
||||||
local scaleValue = QuestieMap.GetScaleValue()
|
local scaleValue = QuestieMap.GetScaleValue()
|
||||||
local profile = Questie.db.profile
|
|
||||||
for _ = 1, math.min(24, math.max(#mapDrawQueue, #minimapDrawQueue)) do
|
for _ = 1, math.min(24, math.max(#mapDrawQueue, #minimapDrawQueue)) do
|
||||||
local mapDrawCall = tremove(mapDrawQueue, 1);
|
local mapDrawCall = tremove(mapDrawQueue, 1);
|
||||||
if mapDrawCall then
|
if mapDrawCall then
|
||||||
|
|||||||
Reference in New Issue
Block a user