from retail

This commit is contained in:
NoM0Re
2025-02-09 14:21:45 +01:00
parent 4f40aa0b40
commit f3a7bb8993
3 changed files with 31 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ local L = WeakAuras.L
local optionsVersion = GetAddOnMetadata(AddonName, "Version")
if optionsVersion ~= WeakAuras.versionString then
if optionsVersion .. " Beta" ~= WeakAuras.versionString then
local message = string.format(L["The WeakAuras Options Addon version %s doesn't match the WeakAuras version %s. If you updated the addon while the game was running, try restarting World of Warcraft. Otherwise try reinstalling WeakAuras"],
optionsVersion, WeakAuras.versionString)
WeakAuras.IsLibsOk = function() return false end