Changeset 9256 in orxonox.OLD for branches/proxy/src/lib/network
- Timestamp:
- Jul 12, 2006, 2:11:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9255 r9256 434 434 if ( !it->second.handshake->allowDel() ) 435 435 { 436 if ( type != NET_MASTER_SERVER ) 436 //if ( type != NET_MASTER_SERVER ) 437 if ( type == NET_CLIENT ) 437 438 { 438 439 SharedNetworkData::getInstance()->setHostID( it->second.handshake->getHostId() );
Note: See TracChangeset
for help on using the changeset viewer.