From cb3e33ef722a848f122384cfbbe90b99bff1b08c Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 14 Jun 2011 05:46:27 -0700 Subject: [PATCH] update for months-old param name changes --- xwords4/linux/scripts/discon_ok2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/linux/scripts/discon_ok2.sh b/xwords4/linux/scripts/discon_ok2.sh index 6565c8806..5797526a4 100755 --- a/xwords4/linux/scripts/discon_ok2.sh +++ b/xwords4/linux/scripts/discon_ok2.sh @@ -106,7 +106,7 @@ build_cmds() { touch $LOG # so greps won't show errors CMD="./obj_linux_memdbg/xwords --room $ROOM" CMD="$CMD --robot ${NAMES[$DEV]} --robot-iq=$((1 + (RANDOM%100))) " - CMD="$CMD $OTHERS --dict=$DICT --port=$PORT --host=$HOST " + CMD="$CMD $OTHERS --game-dict=$DICT --port=$PORT --host=$HOST " CMD="$CMD --file=$FILE --slow-robot 1:3 $PLAT_PARMS" CMD="$CMD $PUBLIC" CMDS[$COUNTER]=$CMD