Code polish
This commit is contained in:
@@ -86,7 +86,12 @@ function(allstates, e, prefix, msg, ...)
|
||||
end
|
||||
|
||||
local stinky = aura_env.stinkies[name]
|
||||
if not stinky then return false end
|
||||
if not stinky then
|
||||
if aura_env.config.debug then
|
||||
print(string.format("Could not find stinky for %s", name))
|
||||
end
|
||||
return false
|
||||
end
|
||||
|
||||
if not allstates[name] then
|
||||
PlaySoundFile("Interface\\Sounds\\Domination.ogg", "Master")
|
||||
|
||||
Reference in New Issue
Block a user