nightly commit
This commit is contained in:
@@ -23,8 +23,12 @@ function module:GetDefinition()
|
||||
end
|
||||
|
||||
function module:GetSettings()
|
||||
local profile = HMGT.db and HMGT.db.profile
|
||||
return profile and profile[self.definition.dbKey] or nil
|
||||
for _, tracker in ipairs(HMGT:GetTrackerConfigs()) do
|
||||
if tracker.trackerKey == self.definition.trackerKey then
|
||||
return tracker
|
||||
end
|
||||
end
|
||||
return nil
|
||||
end
|
||||
|
||||
function module:Enable()
|
||||
|
||||
Reference in New Issue
Block a user