From 2746bc74dadb400ab7484f424d7a59aba27c5df3 Mon Sep 17 00:00:00 2001 From: Ovidiu Bokar Date: Sat, 4 Jan 2025 10:33:45 +0000 Subject: [PATCH] fix: remove value from first bag --- BagValueTracker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BagValueTracker.lua b/BagValueTracker.lua index acbff24..a69e58b 100644 --- a/BagValueTracker.lua +++ b/BagValueTracker.lua @@ -1,7 +1,7 @@ -- Load the configuration file if not BagValueTrackerConfig then BagValueTrackerConfig = { - enableBagValue = { true, true, true, true, true, true }, -- Default to enabling bag value display (disable for the first bag) + enableBagValue = { false, true, true, true, true, true }, -- Default to enabling bag value display (disable for the first bag) } end