Refactor stinky detection to heimdall
This commit is contained in:
@@ -432,7 +432,7 @@ function shared.Whoer.Init()
|
||||
end
|
||||
end
|
||||
|
||||
local stinky = Heimdall_Data.config.stinkies[name]
|
||||
local stinky = shared.IsStinky(name)
|
||||
if stinky then
|
||||
if Heimdall_Data.config.who.debug then
|
||||
print(string.format("[%s] Player %s marked as stinky!", ModuleName, name))
|
||||
|
||||
Reference in New Issue
Block a user