diff options
Diffstat (limited to 'conf/login_athena.conf')
-rw-r--r-- | conf/login_athena.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index d632c224c..c5a9fb242 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -62,6 +62,9 @@ new_account: yes allowed_regs: 1 time_allowed: 10 +// Account flatfile database, stores account information. +account_filename: save/account.txt + // What account AIDs have GM privs, and what level? gm_account_filename: conf/GM_account.txt @@ -69,9 +72,6 @@ gm_account_filename: conf/GM_account.txt // (in seconds; default: 15; value: 0 (disabled), or 2 or more) gm_account_filename_check_timer: 15 -// Log Filename. All operations received by the server are logged in this file. -login_log_filename: log/login.log - // To log the login server? // NOTE: The login-sql server needs the login logs to enable dynamic pass failure bans. log_login: yes |