diff options
author | Haru <haru@dotalux.com> | 2020-07-26 23:50:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 23:50:02 +0200 |
commit | e90730312b92edc237088d601b1047ceff3402eb (patch) | |
tree | 3e0cfe76678f7d0f42e6ffbaff616dd5ac6c77c2 /conf/login | |
parent | b91bd29b37c63c9818d5b28d1a3c4b9d7614d792 (diff) | |
parent | b35f52c08cdfb8770caf53a02ea09d76a6f94eb2 (diff) | |
download | hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.gz hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.bz2 hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.xz hercules-e90730312b92edc237088d601b1047ceff3402eb.zip |
Merge pull request #2769 from Zopokx/stable
Correction of few typo errors (conf/)
Diffstat (limited to 'conf/login')
-rw-r--r-- | conf/login/login-server.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/login/login-server.conf b/conf/login/login-server.conf index a7a30c83d..1d2792268 100644 --- a/conf/login/login-server.conf +++ b/conf/login/login-server.conf @@ -56,13 +56,13 @@ login_configuration: { // for packet version >= 20170726 users_count: { - // if false, dont show any colored strings. + // if false, don't show any colored strings. // if true, show special users count numbers for coloring char servers. send_user_count_description: true // users counts for use different colors. // below 'low' show green text - // below 'medium' show oragne text + // below 'medium' show orange text // below 'high' show red text // higher 'high' show purple text low: 200 @@ -85,7 +85,7 @@ login_configuration: { time_allowed: 10 // Starting additional sec from now for the limited time at creation of account - // -1: new account are created with UNlimited time (default value) + // -1: new account are created with unlimited time (default value) // 0 or more: new accounts was created by addition of the value (in sec) to the actual time (to set first limited time) start_limited_time: -1 |