diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/login_athena.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index fcad206e9..fa963a14c 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -136,13 +136,14 @@ account.engine: auto //account.sql.accreg_db: global_reg_value // Client MD5 hash check -// Check client hash? +// If turned on, the login server will check if the client's hash matches +// the value below, and will not connect tampered clients. +// Note: see doc\md5_hashcheck.txt for more details. client_hash_check: off -// Put your client hashes here, a player can login into the server using -// a hash with a group_id equal or lower the account group_id +// Client MD5 hashes +// A player can login with a client hash at or below the account group_id. // Format: group_id, hash -// Examples: client_hash: 0, 113e195e6c051bb1cfb12a644bb084c5 client_hash: 99, cb1ea78023d337c38e8ba5124e2338ae |