mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-28 11:39:07 +00:00
More shutdown fixes
This commit is contained in:
@@ -207,7 +207,16 @@ public class Mantle {
|
||||
});
|
||||
}
|
||||
|
||||
b.complete();
|
||||
try
|
||||
{
|
||||
b.complete();
|
||||
}
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
Iris.reportError(e);
|
||||
}
|
||||
|
||||
ioBurst.shutdownNow();
|
||||
Iris.debug("The Mantle has Closed " + C.DARK_AQUA + dataFolder.getAbsolutePath());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user