This commit is contained in:
Eric House 2014-11-19 19:19:12 -08:00
parent 1962371fe2
commit 7977c8f799

View file

@ -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();