From: terencehill Date: Fri, 13 May 2022 22:42:03 +0000 (+0200) Subject: Fix comment and update hash X-Git-Tag: xonotic-v0.8.5~37 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=18523f76e8f9b5bb7e1d0305111b4997593e4c53;p=xonotic%2Fxonotic-data.pk3dir.git Fix comment and update hash --- 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);