Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9256 in orxonox.OLD


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

changed the type and state variables to the new setting

File:
1 edited

Legend:

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

    r9255 r9256  
    434434          if ( !it->second.handshake->allowDel() )
    435435          {
    436             if ( type != NET_MASTER_SERVER )
     436            //if ( type != NET_MASTER_SERVER )
     437            if ( type == NET_CLIENT )
    437438            {
    438439              SharedNetworkData::getInstance()->setHostID( it->second.handshake->getHostId() );
Note: See TracChangeset for help on using the changeset viewer.