ZipError do not extend Exception

This commit is contained in:
IzzelAliz 2021-01-25 20:28:11 +08:00
parent aae03a229f
commit 3d9a57aa59

View File

@ -65,7 +65,7 @@ public class ArclightPluginPatcher implements PluginTransformer {
return Optional.of(transformer);
}
}
} catch (Exception e) {
} catch (Throwable e) {
ArclightMod.LOGGER.error("patcher.load-error", e);
}
return Optional.empty();