diff --git a/base/src/main/java/de/staropensource/sosengine/base/logging/CrashHandler.java b/base/src/main/java/de/staropensource/sosengine/base/logging/CrashHandler.java index 31e8b41..7428544 100644 --- a/base/src/main/java/de/staropensource/sosengine/base/logging/CrashHandler.java +++ b/base/src/main/java/de/staropensource/sosengine/base/logging/CrashHandler.java @@ -43,17 +43,12 @@ import java.util.*; @SuppressWarnings({ "unused", "JavadocDeclaration", "JavadocBlankLines" }) public class CrashHandler { /** - * Hopefully {@code false} :) + * Hopefully {@code false} :)
+ * Note: Switching this to true might cause issues. Just don't do it ^^ * * @since 1-alpha0 - * - * -- GETTER -- - * Hopefully {@code false} :) - * - * @return if the engine is in a crashed state - * @since 1-alpha0 */ - private static boolean crashed = false; + public static boolean crashed = false; /** * Contains the template used to print a crash report.