FTB fixage

* Corrected an uninitialized variable that prevented forge list loadinf on Windows
* Run the update step twice for FTB instances to ensure forge libs get downloaded
This commit is contained in:
Petr Mrázek
2013-12-22 05:47:10 +01:00
parent 245d441a6e
commit 7a07ed7940
2 changed files with 4 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public:
protected:
QList<BaseVersionPtr> m_vlist;
bool m_loaded;
bool m_loaded = false;
protected
slots: