Skip to content

Commit

Permalink
Changed default Use Unit Frames option to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Feb 13, 2022
1 parent 9bca952 commit 72202e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ LootReserve.Server =
MaxRecentLoot = 25,
MinimumLootQuality = 2,
RemoveRecentLootAfterRolling = true,
UseUnitFrames = true,
UseUnitFrames = false,
},
RequestedRoll = nil,
RollHistory = { },
Expand Down

0 comments on commit 72202e2

Please sign in to comment.