mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
cleanup
This commit is contained in:
parent
1962371fe2
commit
7977c8f799
1 changed files with 0 additions and 5 deletions
|
@ -796,11 +796,6 @@ public class BTService extends XWService {
|
|||
DataOutputStream outStream = connect( socket, BTCmd.INVITE );
|
||||
if ( null != outStream ) {
|
||||
outStream.writeUTF( elem.m_nli.toString() );
|
||||
// outStream.writeInt( elem.m_gameID );
|
||||
// outStream.writeUTF( elem.m_gameName );
|
||||
// outStream.writeInt( elem.m_lang );
|
||||
// outStream.writeUTF( elem.m_dict );
|
||||
// outStream.writeInt( elem.m_nPlayersT );
|
||||
DbgUtils.logf( "<eeh>sending invite for %d players", elem.m_nPlayersH );
|
||||
outStream.flush();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue