Refactor agentTracker to its own module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user