Do not autostart network games. Do not start admin timer for network games.
This commit is contained in:
@@ -24,14 +24,19 @@
|
||||
#include <net/net_helper.h>
|
||||
|
||||
unsigned
|
||||
GetMaxNumberOfAvatarFiles()
|
||||
NetHelper::GetMaxNumberOfAvatarFiles()
|
||||
{
|
||||
return 2048;
|
||||
}
|
||||
|
||||
unsigned
|
||||
GetMaxAvatarCacheAgeSec()
|
||||
NetHelper::GetMaxAvatarCacheAgeSec()
|
||||
{
|
||||
return 2592000; // 1 Month
|
||||
}
|
||||
|
||||
unsigned
|
||||
NetHelper::GetLoginLockSec()
|
||||
{
|
||||
return 30;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user