Another round of polishing
This commit is contained in:
+1
-1
@@ -3162,7 +3162,7 @@ hooksecurefunc("ChatFrame_DisplayTimePlayed", function()
|
||||
local levelText = TIME_PLAYED_LEVEL and TIME_PLAYED_LEVEL:gsub("%%s", "") or ""
|
||||
for fontString in ChatFrame1.fontStringPool:EnumerateActive() do
|
||||
if (fontString:GetText() and fontString:GetText():find(levelText)) then
|
||||
print(Details.GetPlayTimeOnClassString() .. " (/details playedclass)")
|
||||
print(Details.GetPlayTimeOnClassString() .. " \ncommand: /details playedclass")
|
||||
break
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user