From 18523f76e8f9b5bb7e1d0305111b4997593e4c53 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 14 May 2022 00:42:03 +0200 Subject: [PATCH] Fix comment and update hash --- .gitlab-ci.yml | 2 +- qcsrc/server/mutators/events.qh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index caf20d125..87bb7bb07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ test_sv_game: - wget -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints - wget -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache - - EXPECT=a728d38448ae86459582804aa10320c0 + - EXPECT=458e9e611a757c745da05c85a37e576d - HASH=$(${ENGINE} +timestamps 1 +exec serverbench.cfg | tee /dev/stderr | sed -e 's,^\[[^]]*\] ,,' diff --git a/qcsrc/server/mutators/events.qh b/qcsrc/server/mutators/events.qh index 9c5c86993..e7f9f897b 100644 --- a/qcsrc/server/mutators/events.qh +++ b/qcsrc/server/mutators/events.qh @@ -1154,7 +1154,7 @@ MUTATOR_HOOKABLE(ChatMessage, EV_ChatMessage); MUTATOR_HOOKABLE(ChatMessageTo, EV_ChatMessageTo); /** - * return true to restart the match instead of restarting the server, for modes that don't support readyrestart. + * return true to restart the server instead of restarting the match, for modes that don't support readyrestart. * NOTE: ReadyRestart support is mandatory in campaign */ MUTATOR_HOOKABLE(ReadyRestart_Deny, EV_NO_ARGS); -- 2.39.2