Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2006, 12:51:53 PM (18 years ago)
Author:
patrick
Message:

oh my good! its working again, yehoo

File:
1 edited

Legend:

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

    r9375 r9384  
    3737  this->defaultSyncStream = NULL;
    3838
    39   if( State::isOnline())
    40     this->newUniqueID = ProxySettings::getInstance()->getMaxPlayer() + 2;
    41   else
     39//   if( State::isOnline())
     40//     this->newUniqueID = ProxySettings::getInstance()->getMaxPlayer() + 2;
     41//   else
    4242    this->newUniqueID = NET_MAX_CONNECTIONS + 2;
    4343  this->nodeType = NET_CLIENT;
Note: See TracChangeset for help on using the changeset viewer.