]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
update hash because of new strafe scoreboard option (change in :player:see-labels:)
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Sun, 5 Jul 2020 19:24:47 +0000 (21:24 +0200)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Sun, 5 Jul 2020 19:24:47 +0000 (21:24 +0200)
.gitlab-ci.yml
qcsrc/common/gamemodes/gamemode/cts/sv_cts.qc

index 7294f17225c25b28830698d8be59d502fd755d6c..971f039ec8d22cbba28e53aab0f04d370d9a30b2 100644 (file)
@@ -29,7 +29,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
     - make
-    - EXPECT=ea6a54e129f245d2472f33475962c8e7
+    - EXPECT=5ac5a856dd23036e25523dcc54c5ee3b
     - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg
       | tee /dev/stderr
       | grep '^:'
index 84b35bbf67ffcf07f35c385747fef12d71d55b51..25b239276a2aa05970a22b402a81019fa8cf49eb 100644 (file)
@@ -215,6 +215,7 @@ MUTATOR_HOOKFUNCTION(cts, AbortSpeedrun)
 MUTATOR_HOOKFUNCTION(cts, MakePlayerObserver)
 {
        entity player = M_ARGV(0, entity);
+
        if(GameRules_scoring_add(player, RACE_FASTEST, 0))
                player.frags = FRAGS_PLAYER_OUT_OF_GAME;
        else