fix: switch default crash provider. Someone had reported issues with the previous default, this one might work better.
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-11-02 17:16:12 +01:00
parent d924c522a7
commit 70758f3966
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import io.gitlab.jfronny.libjf.config.api.v2.*;
@JfConfig
public class BreakMeConfig {
@Entry public static Cause event = Cause.Death;
@Entry public static Method method = Method.Exception;
@Entry public static Method method = Method.Segfault;
public enum Cause {
Damage,