Do not autostart network games. Do not start admin timer for network games.
This commit is contained in:
@@ -23,8 +23,13 @@
|
||||
#define SERVER_COMPUTER_PLAYER_NAME "Computer"
|
||||
#define SERVER_GUEST_PLAYER_NAME "Guest"
|
||||
|
||||
unsigned GetMaxNumberOfAvatarFiles();
|
||||
unsigned GetMaxAvatarCacheAgeSec();
|
||||
class NetHelper
|
||||
{
|
||||
public:
|
||||
static unsigned GetMaxNumberOfAvatarFiles();
|
||||
static unsigned GetMaxAvatarCacheAgeSec();
|
||||
static unsigned GetLoginLockSec();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user