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.h

    r9347 r9384  
    1111#include "proxy/proxy_settings.h"
    1212
     13//!< maximal connectinons for the server
     14#define NET_MAX_CONNECTIONS 100
    1315
    1416class NetworkStream;
     
    3840
    3941    /** @returns the maximum number of players for this server */
    40     inline int getMaxPlayer() { return ProxySettings::getInstance()->getMaxPlayer(); }
     42    inline int getMaxPlayer() { return /*ProxySettings::getInstance()->getMaxPlayer()*/NET_MAX_CONNECTIONS; }
    4143
    4244    /** @returns the hostID of the node */
Note: See TracChangeset for help on using the changeset viewer.