Update LibRangeCheck version

Should fix taint issues as reported in https://www.wowace.com/projects/ice-hud/issues/353
This commit is contained in:
Parnic
2024-04-04 08:14:32 -05:00
parent acee3f4725
commit 2ae826654a
6 changed files with 15 additions and 7 deletions

View File

@ -11,7 +11,7 @@ function RangeCheck.prototype:init()
self.scalingEnabled = true
LibRange = LibStub("LibRangeCheck-2.0", true)
LibRange = LibStub("LibRangeCheck-3.0", true)
end
function RangeCheck.prototype:Enable(core)