mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
param name has changed
This commit is contained in:
parent
5459631c76
commit
fc23080120
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ build_cmds() {
|
|||
LOG=${LOGDIR}/${GAME}_${DEV}_LOG.txt
|
||||
touch $LOG # so greps won't show errors
|
||||
CMD="./obj_linux_memdbg/xwords --room $ROOM"
|
||||
CMD="$CMD --robot-name ${NAMES[$DEV]} $OTHERS"
|
||||
CMD="$CMD --robot ${NAMES[$DEV]} $OTHERS"
|
||||
CMD="$CMD --dict=$DICT --port=$PORT --host=$HOST --file=$FILE "
|
||||
CMD="$CMD --slow-robot 1:3 $PLAT_PARMS"
|
||||
CMD="$CMD $PUBLIC"
|
||||
|
|
Loading…
Reference in a new issue