Skip to content

Commit

Permalink
Merge pull request #49 from knijn/main-dev
Browse files Browse the repository at this point in the history
backwards compat
  • Loading branch information
EmmaKnijn authored Oct 27, 2022
2 parents 701f839 + c8f75e0 commit bcac196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions musicify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ local function update()
return
end
end
if version > 2.0 then
version = "2.0.0"
end

if v(version) ^ v(index.latestVersion) then
error("Client outdated, Updating Musicify.",0) -- Update check
Expand Down

0 comments on commit bcac196

Please sign in to comment.