Make the exception print for headless servers if the Downloader cant initalize.
This commit is contained in:
parent
48d12444c0
commit
b404f294c5
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ public class FMLRelauncher
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
if (RelaunchLibraryManager.downloadMonitor == null)
|
||||
{
|
||||
e.printStackTrace();
|
||||
}
|
||||
popupWindow = null;
|
||||
RelaunchLibraryManager.downloadMonitor.makeHeadless();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue