Changeset 9373 in orxonox.OLD for branches/proxy/src
- Timestamp:
- Jul 21, 2006, 12:47:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/monitor/network_monitor.cc
r9347 r9373 258 258 PRINT(0)(" I am: %s\n", this->localNode->getPeerInfo()->getNodeTypeString().c_str()); 259 259 PRINT(0)(" Total count of network connections: %i\n", this->playerNumber); 260 PRINT(0)(" Max players on this server: %i\n", SharedNetworkData::getInstance()->getMaxPlayer()); 260 261 261 262 std::list<NetworkNode*>::iterator it = this->nodeList.begin();
Note: See TracChangeset
for help on using the changeset viewer.