Skip to content

Commit

Permalink
backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaKnijn committed Oct 27, 2022
1 parent 2928a3b commit c8f75e0
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 c8f75e0

Please sign in to comment.