Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2006, 12:47:19 AM (18 years ago)
Author:
patrick
Message:

some small output change

File:
1 edited

Legend:

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

    r9347 r9373  
    258258  PRINT(0)(" I am: %s\n", this->localNode->getPeerInfo()->getNodeTypeString().c_str());
    259259  PRINT(0)(" Total count of network connections: %i\n", this->playerNumber);
     260  PRINT(0)(" Max players on this server: %i\n", SharedNetworkData::getInstance()->getMaxPlayer());
    260261
    261262  std::list<NetworkNode*>::iterator it = this->nodeList.begin();
Note: See TracChangeset for help on using the changeset viewer.