This commit is contained in:
CocoTheOwner
2021-09-10 13:55:32 +02:00
parent c3b1d6735e
commit 466cc84c16
7 changed files with 15 additions and 15 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);