Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9596 in orxonox.OLD


Ignore:
Timestamp:
Jul 29, 2006, 12:59:37 AM (18 years ago)
Author:
patrick
Message:

redirection of clients is enabled again and seems to work

File:
1 edited

Legend:

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

    r9595 r9596  
    8888  // and one for handshake to reject client maxCon+1
    8989  // NEW: at most there will be
    90   SharedNetworkData::getInstance()->setNewUniqueID( this->maxPlayer + 2);
     90  SharedNetworkData::getInstance()->setNewUniqueID( this->maxPlayer + NET_ID_PROXY_MAX + 2);
    9191}
    9292
Note: See TracChangeset for help on using the changeset viewer.