This commit is contained in:
Bunny67
2020-09-22 17:50:02 +03:00
parent e455eaa4a9
commit ce5da4dc3e
17 changed files with 357 additions and 197 deletions
+3
View File
@@ -924,6 +924,9 @@ function Private.Modernize(data)
end
end
if data.internalVersion < 36 then
data.ignoreOptionsEventErrors = true
end
data.internalVersion = max(data.internalVersion or 0, WeakAuras.InternalVersion());
end