Small cleanup
Scott Sibley [08-08-10 - 23:01]
diff --git a/Modules/DeadlyAnnounce.lua b/Modules/DeadlyAnnounce.lua
index ddbda67..be92580 100644
--- a/Modules/DeadlyAnnounce.lua
+++ b/Modules/DeadlyAnnounce.lua
@@ -258,10 +258,8 @@ function mod:SetUnit()
self:AddLine("--- Deadly Announce ---")
if #history == 0 then
- if #history == 0 then
- self:AddLine("Nothing to show", nil, 1, 0, 0)
- StarTip:ScheduleTimer(hideDW, self.db.profile.delay)
- end
+ self:AddLine("Nothing to show", nil, 1, 0, 0)
+ StarTip:ScheduleTimer(hideDW, self.db.profile.delay)
return
end