Ensure initialized
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2022-12-29 15:59:00 +01:00
parent 2289839966
commit 1cd569d200
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 4 additions and 0 deletions

View File

@ -23,4 +23,8 @@ public class BreakMeConfig {
BreakMe.LOGGER.error("Could not find specified crash provider, defaulting to None");
}
}
static {
JFC_BreakMeConfig.ensureInitialized();
}
}