Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2006, 2:40:01 PM (19 years ago)
Author:
patrick
Message:

working on loading proxy config file from a seperate file

File:
1 edited

Legend:

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

    r9387 r9388  
    4040
    4141    /** @returns the maximum number of players for this server */
    42     inline int getMaxPlayer() { return /*ProxySettings::getInstance()->getMaxPlayer()*/NET_MAX_CONNECTIONS; }
     42    inline int getMaxPlayer() { return ProxySettings::getInstance()->getMaxPlayer(); }
    4343
    4444    /** @returns the hostID of the node */
Note: See TracChangeset for help on using the changeset viewer.