diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-20 12:46:59 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-20 12:49:53 -0700 |
commit | 8558570c63587f7ba26836bb8a1bf78b9b7a7cc5 (patch) | |
tree | c39b8464c43a9dd5e644762dee0fab37f06e614d /login/conf | |
parent | 6ff291ae5ea9db11c0a24d4a15c235146c22d2c2 (diff) | |
download | serverdata-8558570c63587f7ba26836bb8a1bf78b9b7a7cc5.tar.gz serverdata-8558570c63587f7ba26836bb8a1bf78b9b7a7cc5.tar.bz2 serverdata-8558570c63587f7ba26836bb8a1bf78b9b7a7cc5.tar.xz serverdata-8558570c63587f7ba26836bb8a1bf78b9b7a7cc5.zip |
Move GM file from login/conf/ to login/save/
Diffstat (limited to 'login/conf')
-rw-r--r-- | login/conf/.gitignore | 1 | ||||
-rw-r--r-- | login/conf/gm_account.txt.example | 1 | ||||
-rw-r--r-- | login/conf/login_athena.conf | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/login/conf/.gitignore b/login/conf/.gitignore index dcabf83f..2c43e911 100644 --- a/login/conf/.gitignore +++ b/login/conf/.gitignore @@ -1,2 +1 @@ /*_local.conf -/gm_account.txt diff --git a/login/conf/gm_account.txt.example b/login/conf/gm_account.txt.example deleted file mode 100644 index 912e1a09..00000000 --- a/login/conf/gm_account.txt.example +++ /dev/null @@ -1 +0,0 @@ -// <account ID> <level> diff --git a/login/conf/login_athena.conf b/login/conf/login_athena.conf index 7d0026d8..6f393c92 100644 --- a/login/conf/login_athena.conf +++ b/login/conf/login_athena.conf @@ -17,7 +17,7 @@ new_account: 1 account_filename: save/account.txt // What account AIDs have GM privs, and what level? -gm_account_filename: conf/gm_account.txt +gm_account_filename: save/gm_account.txt // Timer to check if GM_account file has been changed and reload GM account automaticaly // (in seconds; default: 15; value: 0 (disabled), or 2 or more) |