diff --git a/conf/Changelog.txt b/conf/Changelog.txt index ab0ec93593..49bb90d0d7 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,6 +1,9 @@ Date Added 2007/10/11 + * Renamed import folder to import-tmpl [Playtester] + - new server owners please rename/copy it to import to use it + - this was done so devs can test their changes easier * Removed nomemo and noteleport mapflags from Veins [Playtester] 2007/09/24 * Added log_chat's '1 - log everything' (revert from r10850) [ultramage] diff --git a/conf/import/atcommand_conf.txt b/conf/import-tmpl/atcommand_conf.txt similarity index 100% rename from conf/import/atcommand_conf.txt rename to conf/import-tmpl/atcommand_conf.txt diff --git a/conf/import/battle_conf.txt b/conf/import-tmpl/battle_conf.txt similarity index 100% rename from conf/import/battle_conf.txt rename to conf/import-tmpl/battle_conf.txt diff --git a/conf/import/char_conf.txt b/conf/import-tmpl/char_conf.txt similarity index 100% rename from conf/import/char_conf.txt rename to conf/import-tmpl/char_conf.txt diff --git a/conf/import/charcommand_conf.txt b/conf/import-tmpl/charcommand_conf.txt similarity index 100% rename from conf/import/charcommand_conf.txt rename to conf/import-tmpl/charcommand_conf.txt diff --git a/conf/import/inter_conf.txt b/conf/import-tmpl/inter_conf.txt similarity index 100% rename from conf/import/inter_conf.txt rename to conf/import-tmpl/inter_conf.txt diff --git a/conf/import/ladmin_conf.txt b/conf/import-tmpl/ladmin_conf.txt similarity index 100% rename from conf/import/ladmin_conf.txt rename to conf/import-tmpl/ladmin_conf.txt diff --git a/conf/import/log_conf.txt b/conf/import-tmpl/log_conf.txt similarity index 100% rename from conf/import/log_conf.txt rename to conf/import-tmpl/log_conf.txt diff --git a/conf/import/login_conf.txt b/conf/import-tmpl/login_conf.txt similarity index 100% rename from conf/import/login_conf.txt rename to conf/import-tmpl/login_conf.txt diff --git a/conf/import/map_conf.txt b/conf/import-tmpl/map_conf.txt similarity index 100% rename from conf/import/map_conf.txt rename to conf/import-tmpl/map_conf.txt diff --git a/conf/import/msg_conf.txt b/conf/import-tmpl/msg_conf.txt similarity index 100% rename from conf/import/msg_conf.txt rename to conf/import-tmpl/msg_conf.txt diff --git a/conf/import/packet_conf.txt b/conf/import-tmpl/packet_conf.txt similarity index 100% rename from conf/import/packet_conf.txt rename to conf/import-tmpl/packet_conf.txt diff --git a/conf/import/script_conf.txt b/conf/import-tmpl/script_conf.txt similarity index 100% rename from conf/import/script_conf.txt rename to conf/import-tmpl/script_conf.txt