]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix hash and hopefully compilation units
authorMario <mario@smbclan.net>
Sun, 30 Sep 2018 14:28:24 +0000 (00:28 +1000)
committerMario <mario@smbclan.net>
Sun, 30 Sep 2018 14:28:24 +0000 (00:28 +1000)
.gitlab-ci.yml
qcsrc/server/weapons/weaponsystem.qc

index f960751ca51d8b790ce2efefcea7944912998478..0ad802d838e4d7603b3ff29a46eb202265ac9cd0 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=e62d1a2375f0976ab12e2d980add29bd
+    - EXPECT=14643a645a99b8f855a6af279569d2a1
     - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg
       | tee /dev/stderr
       | grep '^:'
index d9155c2237b5b8f2e8d5582c6dc88e7834e906ce..2156c89b4a3e1ad21e4ab201c2f16345b44d4268 100644 (file)
@@ -5,6 +5,7 @@
 #include "../command/common.qh"
 #include <server/mutators/_mod.qh>
 #include "../round_handler.qh"
+#include <server/cheats.qh>
 #include <server/resources.qh>
 #include <common/t_items.qh>
 #include <common/animdecide.qh>