]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server-testcase/run.sh
Add a few quick checks to ensure dead/frozen players don't enter vehicles
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server-testcase / run.sh
index 520d4a3c04b223514a06fb545703e0aef73012ad..c05013bfe0203218539c4c58b3f95a4dc3a08363 100755 (executable)
@@ -18,7 +18,7 @@ engine=$1; shift
 map=$1; shift
 echo "$testcase" > "$dir/testcase.qc"
 if ( cd $dir && fteqcc ); then
-       set -- "$engine" -nexuiz -basedir "$dir/../../.." +sv_progs progs-testcase.dat "$@" +map "$map"
+       set -- "$engine" -xonotic -basedir "$dir/../../.." +sv_progs progs-testcase.dat "$@" +map "$map"
        if [ -n "$GDB_ME" ]; then
                cmdfile=`mktemp`
                {