diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2019-05-01 19:52:14 +0800 |
---|---|---|
committer | Ibrahim Zidan <brahem@aotsw.com> | 2019-05-04 01:22:03 +0200 |
commit | ec372f444cd5c085dd2d652d42b002d45e83ed84 (patch) | |
tree | 237164ffd03095e42d78f14d663266bb723f6d83 | |
parent | 4fcd9b9a3891f3538ecd8a073c3f0e1c5eb85f55 (diff) | |
download | hercules-ec372f444cd5c085dd2d652d42b002d45e83ed84.tar.gz hercules-ec372f444cd5c085dd2d652d42b002d45e83ed84.tar.bz2 hercules-ec372f444cd5c085dd2d652d42b002d45e83ed84.tar.xz hercules-ec372f444cd5c085dd2d652d42b002d45e83ed84.zip |
Fix enable setting documentation of pincode block in char-server.conf
-rw-r--r-- | conf/char/char-server.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/char/char-server.conf b/conf/char/char-server.conf index 0f07731fb..039e0041f 100644 --- a/conf/char/char-server.conf +++ b/conf/char/char-server.conf @@ -214,8 +214,7 @@ char_configuration: { pincode: { // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse // NOTE: Requires client 2011-03-09aragexeRE or newer. - // 0: disabled - // 1: enabled + // Default: true enabled: true // Request Pincode only on login or on everytime char select is accessed? |