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

Merge pull request #624 from CocoTheOwner/patches

Patches
This commit is contained in:
Dan
2021-09-10 09:03:30 -04:00
committed by GitHub
7 changed files with 16 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);