Skip to content

Commit

Permalink
Merge pull request #7 from bovidiu/fix/disable-value-on-first-bag
Browse files Browse the repository at this point in the history
fix: remove value from first bag
  • Loading branch information
bovidiu authored Jan 4, 2025
2 parents ba3a9a5 + 2746bc7 commit 196f8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BagValueTracker.lua
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 196f8e8

Please sign in to comment.