From 47d7ea765272f0653865dca708eef16609dd9a84 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 23 Jan 2025 21:11:29 -0500 Subject: [PATCH] Also ignore :verbose: event logs for the hash. --- misc/tools/all/xonotic.subr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 46c2b6db..98405663 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -312,8 +312,9 @@ case "$cmd" in verbose "$SELF" run dedicated "$@" -noconfig -userdir .serverbench_temp +exec serverbench.cfg |\ tee /dev/stderr |\ grep '^:' |\ - grep -v '^:gamestart:' |\ grep -v '^:anticheat:' |\ + grep -v '^:gamestart:' |\ + grep -v '^:verbose:' |\ md5sum ;; *) -- 2.39.5