702703704705706707708709710711712
if (man.erroneous) { return false; } try { MCInstaller.installMods(ModPack.getSelectedPack().getDir()); man.cleanUp(); } catch (IOException e) { Logger.logDebug("Exception: ", e); } return true; }