diff options
Diffstat (limited to 'conf/login_athena.conf')
-rw-r--r-- | conf/login_athena.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index 843486ec0..164c7d316 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -65,12 +65,6 @@ login_log_filename: log/login.log // NOTE: The login-sql server needs the login logs to enable dynamic pass failure bans. log_login: yes -//When set to yes, the login server will refuse connections from accounts that are considered online already. -//When a login attempt is rejected, the account in question is also kicked from all connected char-servers. -//It's safe to turn this off if there's only one char-server connected, or if the char-servers don't share -//the same backend (ie: Multiple char servers reading from the same SQL tables) -online_check: yes - // Indicate how to display date in logs, to players, etc. date_format: %Y-%m-%d %H:%M:%S |