From 117d37e2ea61040f63d6766b73952c522d7c59ac Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 5 Feb 2017 14:48:43 +0100 Subject: [PATCH] do not specify rules at command line. it is in eressea.ini --- s/preview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/preview b/s/preview index 1e5d0db48..0c1467627 100755 --- a/s/preview +++ b/s/preview @@ -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" }