Fix forge prerelease mess.

This adds a HACK that assumes Mojang will be consistent with their versioning. What could possibly go wrong?
This commit is contained in:
Petr Mrázek
2014-06-25 00:36:42 +02:00
parent 3a0cdf2d3d
commit c081cd8021
2 changed files with 39 additions and 21 deletions

View File

@@ -68,6 +68,8 @@ struct ForgeVersion : public BaseVersion
QString jobbuildver;
QString mcver;
QString filename;
QString branch;
QString mcver_sane;
};
class ForgeVersionList : public BaseVersionList