fix: only log, do not show dialog during game import
This commit is contained in:
parent
f8348c0347
commit
5a5faba52e
|
@ -994,7 +994,7 @@ public class FileManager
|
||||||
}
|
}
|
||||||
catch (IOException e)
|
catch (IOException e)
|
||||||
{
|
{
|
||||||
ExceptionHandler.handleException(e, "Could not unzip downloaded file");
|
ExceptionHandler.logException(e, "Could not unzip file");
|
||||||
}
|
}
|
||||||
return filePath != null ? filePath.toFile() : null;
|
return filePath != null ? filePath.toFile() : null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue