Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 12:11:25 PM (18 years ago)
Author:
patrick
Message:

found the bug, now the network should work :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/proxy/proxy_control.cc

    r9555 r9557  
    8585  byte data[INTSIZE];
    8686
    87   assert( Converter::intToByteArray( userId, data + INTSIZE, INTSIZE ) == INTSIZE );
     87  assert( Converter::intToByteArray( userId, data, INTSIZE ) == INTSIZE );
    8888
    8989  MessageManager::getInstance()->sendMessage( MSGID_PROXY_NEWCLIENT, data, INTSIZE, RT_SERVER, NET_UNASSIGNED, MP_HIGHBANDWIDTH );
Note: See TracChangeset for help on using the changeset viewer.