diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-13 18:15:23 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-13 18:15:23 +0000 |
commit | 6f11fba50c92d937689646dc9ef4bfbf63da0fa3 (patch) | |
tree | ae325ae391803215f46d8aa934eb4e84e71dee24 /conf/battle_athena.conf | |
parent | f9d96008eca02f9b60076221cba77b83a3631f33 (diff) | |
download | serverdata-6f11fba50c92d937689646dc9ef4bfbf63da0fa3.tar.gz serverdata-6f11fba50c92d937689646dc9ef4bfbf63da0fa3.tar.bz2 serverdata-6f11fba50c92d937689646dc9ef4bfbf63da0fa3.tar.xz serverdata-6f11fba50c92d937689646dc9ef4bfbf63da0fa3.zip |
Move local imports to the end of the main files
This makes it easier to overwrite existing values. It also removes an
unused import.
Diffstat (limited to 'conf/battle_athena.conf')
-rw-r--r-- | conf/battle_athena.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf index 1324bd34..3419fc80 100644 --- a/conf/battle_athena.conf +++ b/conf/battle_athena.conf @@ -723,7 +723,3 @@ spam_threshold: 10 // Maximum line lengt, if a message is above chat_maxline, its dropped [1-512]. Default 255. chat_maxline: 512 - - -import: conf/import/battle_conf.txt - |