Skip to content

Commit

Permalink
Removed "classic" from displayed version text
Browse files Browse the repository at this point in the history
  • Loading branch information
LenweSaralonde committed May 18, 2021
1 parent 95067f7 commit ea0136e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/Musician.Utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -828,11 +828,7 @@ end
--- Return the current version as text for the end user
-- @return version (string)
function Musician.Utils.GetVersionText()
local version = GetAddOnMetadata("Musician", "Version")
if WOW_PROJECT_ID ~= WOW_PROJECT_MAINLINE then
version = version .. "-classic"
end
return version
return GetAddOnMetadata("Musician", "Version")
end

--- Compare two version numbers
Expand Down

0 comments on commit ea0136e

Please sign in to comment.