Make CrashHandler#crashed public

This commit is contained in:
JeremyStar™ 2024-06-09 13:42:09 +02:00
parent 6c6b44ea19
commit a6e83a25eb
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -43,17 +43,12 @@ import java.util.*;
@SuppressWarnings({ "unused", "JavadocDeclaration", "JavadocBlankLines" })
public class CrashHandler {
/**
* Hopefully {@code false} :)
* Hopefully {@code false} :)<br/>
* 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.