Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 23, 2006, 11:43:27 PM (18 years ago)
Author:
patrick
Message:

new settings init

File:
1 edited

Legend:

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

    r9396 r9398  
    4040  // setUniqueID( maxCon+2 ) because we need one id for every handshake
    4141  // and one for handshake to reject client maxCon+1
    42   this->newUniqueID = NetworkSettings::getInstance()->getMaxPlayer() + 2;
     42  this->newUniqueID = 2;
    4343}
    4444
Note: See TracChangeset for help on using the changeset viewer.