changed: some config file is moved to hayabusa-rules
This commit is contained in:
@@ -242,13 +242,13 @@ impl ConfigReader<'_> {
|
||||
headless_help: String::default(),
|
||||
event_timeline_config: load_eventcode_info(
|
||||
CURRENT_EXE_PATH
|
||||
.join("config/statistics_event_info.txt")
|
||||
.join("rules/config/statistics_event_info.txt")
|
||||
.to_str()
|
||||
.unwrap(),
|
||||
),
|
||||
target_eventids: load_target_ids(
|
||||
CURRENT_EXE_PATH
|
||||
.join("config/target_eventids.txt")
|
||||
.join("rules/config/target_event_IDs.txt")
|
||||
.to_str()
|
||||
.unwrap(),
|
||||
),
|
||||
|
||||
@@ -63,7 +63,7 @@ lazy_static! {
|
||||
);
|
||||
pub static ref CH_CONFIG: HashMap<String, String> = Message::create_output_filter_config(
|
||||
CURRENT_EXE_PATH
|
||||
.join("config/channel_abbreviations.txt")
|
||||
.join("rules/config/channel_abbreviations.txt")
|
||||
.to_str()
|
||||
.unwrap(),
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user