iris settings self reference

This commit is contained in:
CocoTheOwner 2021-11-13 17:50:41 +01:00
parent d7ad947cbb
commit 87df6e08ca

View File

@ -158,7 +158,7 @@ public class IrisSettings {
e.printStackTrace();
}
} catch (Throwable ee) {
Iris.reportError(ee);
// Iris.reportError(ee); causes a self-reference & stackoverflow
Iris.error("Configuration Error in settings.json! " + ee.getClass().getSimpleName() + ": " + ee.getMessage());
}
}