Refactor stinky detection to heimdall
This commit is contained in:
@@ -589,6 +589,11 @@ local function init()
|
||||
end
|
||||
return t
|
||||
end
|
||||
---@param name string
|
||||
---@return boolean
|
||||
shared.IsStinky = function(name)
|
||||
return Heimdall_Data.config.stinkies[name] ~= nil or shared.StinkyCache[name] ~= nil
|
||||
end
|
||||
|
||||
shared.Messenger.Init()
|
||||
shared.StinkyTracker.Init()
|
||||
|
Reference in New Issue
Block a user