fixed class played time spamming chat
This commit is contained in:
+6
-6
@@ -13,6 +13,12 @@ function Details:StartMeUp() --I'll never stop!
|
||||
Details.lastArenaStartTime = GetTime()
|
||||
Details.lastBattlegroundStartTime = GetTime()
|
||||
|
||||
--save the time when the addon finished loading
|
||||
Details.AddOnStartTime = GetTime()
|
||||
function Details.GetStartupTime()
|
||||
return Details.AddOnStartTime or GetTime()
|
||||
end
|
||||
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
--row single click, this determines what happen when the user click on a bar
|
||||
|
||||
@@ -493,12 +499,6 @@ function Details:StartMeUp() --I'll never stop!
|
||||
--embed windows on the chat window
|
||||
Details.chat_embed:CheckChatEmbed(true)
|
||||
|
||||
--save the time when the addon finished loading
|
||||
Details.AddOnStartTime = GetTime()
|
||||
function Details.GetStartupTime()
|
||||
return Details.AddOnStartTime or GetTime()
|
||||
end
|
||||
|
||||
if (Details.player_details_window.skin ~= "ElvUI") then
|
||||
local setDefaultSkinOnPlayerBreakdownWindow = function()
|
||||
Details:ApplyPDWSkin("ElvUI")
|
||||
|
||||
Reference in New Issue
Block a user