- Timestamp:
 - Jul 28, 2006, 2:50:13 PM (19 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          branches/proxy/src/lib/network/message_manager.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/proxy/src/lib/network/message_manager.cc
r9566 r9568 284 284 recieverType == RT_NOT_USER || 285 285 recieverType == RT_USER && SharedNetworkData::getInstance()->getHostID() != destinationId || 286 recieverType == RT_SERVER && SharedNetworkData::getInstance()->isProxyServerActive() )286 recieverType == RT_SERVER && SharedNetworkData::getInstance()->isProxyServerActive() ) 287 287 { 288 288 // forwarding the messages but only if its a proxy 289 if( /*!SharedNetworkData::getInstance()->isClient()*/SharedNetworkData::getInstance()->isProxyServerActive())289 if( SharedNetworkData::getInstance()->isProxyServerActive()) 290 290 { 291 291 PRINTF(0)("===========>> Forwarding Message msg with type: %i, from sender %i, to rec: %i\n", messageType, senderId, destinationId);  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






