mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
use the new --trade-pct flag
This commit is contained in:
parent
47dde6cf3c
commit
7afa4f26db
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ build_cmds() {
|
|||
fi
|
||||
|
||||
PARAMS="$(player_params $NLOCALS $NPLAYERS $DEV)"
|
||||
PARAMS="$PARAMS $BOARD_SIZE --room $ROOM"
|
||||
PARAMS="$PARAMS $BOARD_SIZE --room $ROOM --trade-pct 20"
|
||||
PARAMS="$PARAMS --game-dict $DICT --port $PORT --host $HOST "
|
||||
PARAMS="$PARAMS --file $FILE --slow-robot 1:3 --skip-confirm"
|
||||
PARAMS="$PARAMS --drop-nth-packet $DROP_N $PLAT_PARMS"
|
||||
|
|
Loading…
Reference in a new issue