mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-08 03:15:17 -04:00
update
This commit is contained in:
parent
3a2523a778
commit
5247bfc5b2
@ -102,7 +102,7 @@ public class ModpackInstallWizardProvider implements WizardProvider {
|
|||||||
} catch (UnsupportedModpackException | ManuallyCreatedModpackException e) {
|
} catch (UnsupportedModpackException | ManuallyCreatedModpackException e) {
|
||||||
Controllers.dialog(i18n("modpack.unsupported"), i18n("message.error"), MessageType.ERROR);
|
Controllers.dialog(i18n("modpack.unsupported"), i18n("message.error"), MessageType.ERROR);
|
||||||
} catch (MismatchedModpackTypeException e) {
|
} catch (MismatchedModpackTypeException e) {
|
||||||
Controllers.dialog(i18n("modpack.mismatched_type", e.getFound(), e.getRequired()), i18n("message.error"), MessageType.ERROR);
|
Controllers.dialog(i18n("modpack.mismatched_type", e.getRequired(), e.getFound()), i18n("message.error"), MessageType.ERROR);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Controllers.dialog(i18n("modpack.invalid"), i18n("message.error"), MessageType.ERROR);
|
Controllers.dialog(i18n("modpack.invalid"), i18n("message.error"), MessageType.ERROR);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user