summaryrefslogtreecommitdiff
path: root/conf/login_athena.conf
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-13 18:15:23 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-13 18:15:23 +0000
commit6f11fba50c92d937689646dc9ef4bfbf63da0fa3 (patch)
treeae325ae391803215f46d8aa934eb4e84e71dee24 /conf/login_athena.conf
parentf9d96008eca02f9b60076221cba77b83a3631f33 (diff)
downloadserverdata-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/login_athena.conf')
-rw-r--r--conf/login_athena.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf
index afd47493..8c724b69 100644
--- a/conf/login_athena.conf
+++ b/conf/login_athena.conf
@@ -1,8 +1,5 @@
// Athena Login Server configuration file.
// Translated by Peter Kieser <pfak@telus.net>
-
-// local settings for this server in this file
-import: conf/login_local.conf
// Level of new GM created with @gm command. (default: 60)
// If you set to 0, you disable creation of new GM with @gm.
@@ -115,3 +112,6 @@ dynamic_account_ban_class: 0
anti_freeze_enable: 0
// Anti-freeze system interval (in seconds)
anti_freeze_interval: 15
+
+// local settings for this server in this file
+import: conf/login_local.conf