From 6f11fba50c92d937689646dc9ef4bfbf63da0fa3 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 13 Nov 2008 18:15:23 +0000 Subject: Move local imports to the end of the main files This makes it easier to overwrite existing values. It also removes an unused import. --- conf/login_athena.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/login_athena.conf') 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 - -// 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 -- cgit v1.2.3-60-g2f50