Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9568 in orxonox.OLD


Ignore:
Timestamp:
Jul 28, 2006, 2:50:13 PM (18 years ago)
Author:
patrick
Message:

synchronizeables from the masterserver get deleted now

File:
1 edited

Legend:

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

    r9566 r9568  
    284284          recieverType == RT_NOT_USER ||
    285285          recieverType == RT_USER  && SharedNetworkData::getInstance()->getHostID() != destinationId ||
    286           recieverType == RT_SERVER && SharedNetworkData::getInstance()->isProxyServerActive())
     286          recieverType == RT_SERVER && SharedNetworkData::getInstance()->isProxyServerActive() )
    287287      {
    288288        // forwarding the messages but only if its a proxy
    289         if( /*!SharedNetworkData::getInstance()->isClient()*/ SharedNetworkData::getInstance()->isProxyServerActive())
     289        if( SharedNetworkData::getInstance()->isProxyServerActive())
    290290        {
    291291          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.