diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 06:18:17 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 06:18:17 +0000 |
commit | a250899cbd3bd86d0958f6c9967c859e86da88c6 (patch) | |
tree | 0063688f78ca8c105fb36e5286b6fe1baca819a1 /conf-tmpl/login_athena.conf | |
parent | 27fd5bb209c45a6e16465a659b4f8638fa967a3c (diff) | |
download | hercules-a250899cbd3bd86d0958f6c9967c859e86da88c6.tar.gz hercules-a250899cbd3bd86d0958f6c9967c859e86da88c6.tar.bz2 hercules-a250899cbd3bd86d0958f6c9967c859e86da88c6.tar.xz hercules-a250899cbd3bd86d0958f6c9967c859e86da88c6.zip |
updates
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@483 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/login_athena.conf')
-rw-r--r-- | conf-tmpl/login_athena.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index 4b25b6674..547cc66df 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -23,6 +23,9 @@ ladminallowip: all // This prevents usage of >& log.file console: off +// Are login's case sensitive? +case_sensitive: on + // Gamemaster password, used with the @gm command to obtain GM commands (level of gm set with level_new_gm parameter). // NOTICE: You should also change this one. gm_pass: gm @@ -146,4 +149,4 @@ imalive_time: 60 // Enable GUI flushing for Mugendai's GUI? flush_on: 0 // How often to flush the buffer in Mugendai's GUI -flush_time: 60
\ No newline at end of file +flush_time: 60 |