mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-11 08:48:06 +01:00
tweak search order and remove relay
Can't rematch using the relay any more!
This commit is contained in:
parent
ec71ea349e
commit
a2667eab0b
1 changed files with 2 additions and 2 deletions
|
@ -2931,9 +2931,9 @@ public class BoardDelegate extends DelegateBase
|
||||||
if ( 2 == summary.nPlayers ) {
|
if ( 2 == summary.nPlayers ) {
|
||||||
if ( !summary.anyMissing() ) {
|
if ( !summary.anyMissing() ) {
|
||||||
CommsConnTypeSet connTypes = summary.conTypes;
|
CommsConnTypeSet connTypes = summary.conTypes;
|
||||||
supported = connTypes.contains( CommsConnType.COMMS_CONN_BT )
|
supported = connTypes.contains( CommsConnType.COMMS_CONN_MQTT )
|
||||||
|
|| connTypes.contains( CommsConnType.COMMS_CONN_BT )
|
||||||
|| connTypes.contains( CommsConnType.COMMS_CONN_SMS )
|
|| connTypes.contains( CommsConnType.COMMS_CONN_SMS )
|
||||||
|| connTypes.contains( CommsConnType.COMMS_CONN_MQTT )
|
|
||||||
|| connTypes.contains( CommsConnType.COMMS_CONN_P2P );
|
|| connTypes.contains( CommsConnType.COMMS_CONN_P2P );
|
||||||
}
|
}
|
||||||
} else if ( null != context ) {
|
} else if ( null != context ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue