Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 29, 2006, 11:46:07 AM (18 years ago)
Author:
patrick
Message:

MARK: there seems to be still a bug in the permissions system. trying to trace

File:
1 edited

Legend:

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

    r9604 r9605  
    767767/**
    768768 * this functions handles a reconnect event received from the a NET_MASTER_SERVER or NET_PROXY_SERVER
     769 * @param userId
    769770 */
    770771void NetworkStream::handleReconnect(int userId)
     
    792793  // disconnect from the current server and reconnect to proxy server
    793794  this->handleDisconnect( userId);
    794 //   this->connectToProxyServer(NET_ID_PROXY_SERVER_01, proxyIP.ipString(), 9999);
    795   this->connectToMasterServer(proxyIP.ipString(), 9999);
     795  this->connectToProxyServer(NET_ID_PROXY_SERVER_01, proxyIP.ipString(), 9999);
     796//   this->connectToMasterServer(proxyIP.ipString(), 9999);
    796797  #warning the ports are not yet integrated correctly in the ip class
    797798
Note: See TracChangeset for help on using the changeset viewer.