Skip to content

Commit

Permalink
Attempted import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plasma4 committed Sep 8, 2024
1 parent 3ac0fff commit 3a111d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions magixUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1594,6 +1594,10 @@ G.AddData({
var i = 0;
var fromVersion = parseFloat(spl[i++]);
G.releaseNumber = parseFloat(spl[i++]);
if (G.releaseNumber > 1000) {
G.releaseNumber = 55; // assume it's the newest version
i--;
}
G.startDate = parseFloat(spl[i++]);
G.fullDate = parseFloat(spl[i++]);
G.lastDate = parseFloat(spl[i++]);
Expand Down

0 comments on commit 3a111d5

Please sign in to comment.