9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-28 03:29:06 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
cyberpwn
2021-09-10 09:13:10 -04:00
8 changed files with 31 additions and 14 deletions

View File

@@ -417,8 +417,7 @@ public class IrisEngine implements Engine {
getData().getObjectLoader().clean();
} catch (Throwable e) {
Iris.reportError(e);
Iris.error("Cleanup failed!");
e.printStackTrace();
Iris.error("Cleanup failed! Enable debug to see stacktrace.");
}
cleaning.lazySet(false);