diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-13 19:21:03 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-13 19:21:03 +0000 |
commit | 034c652dd33bf8ab408bcb75b7e9968266cad5c8 (patch) | |
tree | 4dea5fef24142edd9c6ea74761e6d0cd5ec53d4a /conf-tmpl/login_athena.conf | |
parent | 17b179c8d4518f2e836787749b5b98225fab688a (diff) | |
download | hercules-034c652dd33bf8ab408bcb75b7e9968266cad5c8.tar.gz hercules-034c652dd33bf8ab408bcb75b7e9968266cad5c8.tar.bz2 hercules-034c652dd33bf8ab408bcb75b7e9968266cad5c8.tar.xz hercules-034c652dd33bf8ab408bcb75b7e9968266cad5c8.zip |
- Corrected a totally incorrect comment for the public ip config setting
- Adjusted the formatting of several config files
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10756 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/login_athena.conf')
-rw-r--r-- | conf-tmpl/login_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index 3ad980de6..44ce8cdd7 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -8,7 +8,7 @@ // The login server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. -//bind_ip: 127.0.0.1 +bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 |