do not specify rules at command line. it is in eressea.ini

This commit is contained in:
Enno Rehling 2017-02-05 14:48:43 +01:00
parent 381b03cfd9
commit 117d37e2ea
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ VALGRIND=$(which valgrind)
if [ ! -z $VALGRIND ]; then
SERVER="$VALGRIND --suppressions=$SUPP --error-exitcode=1 --leak-check=no $SERVER"
fi
$SERVER -v$verbose -t$turn -re$game $SOURCE/scripts/run-turn.lua
$SERVER -v$verbose -t$turn $SOURCE/scripts/run-turn.lua
let turn=$turn+1
[ -e data/$turn.dat ] || abort "no data file created"
}