mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
resend invites more aggressively
Was silently failing to send additional invitations when asked. This should fix this. If this is too aggressive I hope I'll notice.
This commit is contained in:
parent
90eabd45c0
commit
5d71d88cfb
1 changed files with 1 additions and 1 deletions
|
@ -2634,7 +2634,7 @@ public class BoardDelegate extends DelegateBase
|
|||
private void tryInvites()
|
||||
{
|
||||
if ( 0 < m_mySIS.nMissing && m_summary.hasRematchInfo() ) {
|
||||
tryRematchInvites( false );
|
||||
tryRematchInvites( null != m_missingMeans );
|
||||
} else if ( 0 < m_mySIS.nMissing && m_summary.hasInviteInfo() ) {
|
||||
tryOtherInvites();
|
||||
} else if ( null != m_missingDevs ) {
|
||||
|
|
Loading…
Reference in a new issue