]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix comment and update hash
authorterencehill <piuntn@gmail.com>
Fri, 13 May 2022 22:42:03 +0000 (00:42 +0200)
committerterencehill <piuntn@gmail.com>
Fri, 13 May 2022 22:42:03 +0000 (00:42 +0200)
.gitlab-ci.yml
qcsrc/server/mutators/events.qh

index caf20d12527ad3a08a93669ec63e052c9f305392..87bb7bb07c412caf7368bec7950418fa7f2eb4b2 100644 (file)
@@ -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\r
     - wget -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache\r
 \r
-    - EXPECT=a728d38448ae86459582804aa10320c0\r
+    - EXPECT=458e9e611a757c745da05c85a37e576d\r
     - HASH=$(${ENGINE} +timestamps 1 +exec serverbench.cfg\r
       | tee /dev/stderr\r
       | sed -e 's,^\[[^]]*\] ,,'\r
index 9c5c86993e9da3e9fde7190dc3fc00be0655e5dd..e7f9f897b0fdce206ccae04312aad6bbe17092b1 100644 (file)
@@ -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);