Refactor stinky detection to heimdall
This commit is contained in:
@@ -17,7 +17,7 @@ function shared.Sniffer.Init()
|
||||
end
|
||||
if not Heimdall_Data.config.sniffer.enabled then return end
|
||||
if Heimdall_Data.config.sniffer.stinky and
|
||||
not Heimdall_Data.config.stinkies[stinky] then
|
||||
not shared.IsStinky(stinky) then
|
||||
if Heimdall_Data.config.sniffer.debug then
|
||||
print(string.format("%s: Stinky not found in config", ModuleName))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user