Updated Adventure to 4.19.0 (#1520)

Also updated ASM and Ansi to support Java 23 and 24
This commit is contained in:
Adrian
2025-02-27 01:25:01 -05:00
committed by GitHub
parent 58816c804a
commit 0afe061224
3 changed files with 9 additions and 8 deletions

View File

@@ -65,7 +65,8 @@ public class Metrics {
logger::info,
config.isLogErrorsEnabled(),
config.isLogSentDataEnabled(),
config.isLogResponseStatusTextEnabled()
config.isLogResponseStatusTextEnabled(),
false
);
if (!config.didExistBefore()) {