Do not autostart network games. Do not start admin timer for network games.

This commit is contained in:
lotodore
2010-09-04 23:00:39 +00:00
parent 8157ff63b6
commit 0829e80d49
7 changed files with 60 additions and 35 deletions
+7 -2
View File
@@ -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;
}