Refactor agentTracker to its own module

This commit is contained in:
2025-01-01 15:54:28 +01:00
parent 3f1fae8906
commit c9627779ba
6 changed files with 46 additions and 18 deletions

View File

@@ -75,6 +75,10 @@ local config = {
bully = {
enabled = aura_env.config.bully.enabled,
},
agentTracker = {
enabled = aura_env.config.agentTracker.enabled,
masterChannel = aura_env.config.agentTracker.masterChannel,
},
}
Heimdall_Data.config.spotter.enabled = config.spotter.enabled
@@ -112,5 +116,8 @@ Heimdall_Data.config.dueler.declineOther = config.dueler.declineOther
Heimdall_Data.config.bully.enabled = config.bully.enabled
Heimdall_Data.config.agentTracker.enabled = config.agentTracker.enabled
Heimdall_Data.config.agentTracker.masterChannel = config.agentTracker.masterChannel
Heimdall_Data.config.whisperNotify = config.whisperNotify
Heimdall_Data.config.stinkies = config.stinkies