WoWInterface SVN sStats_Clock

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 6 to Rev 5
    Reverse comparison

Rev 6 → Rev 5

trunk/sStats_Clock/clock.lua
33,7 → 33,6
count = count + elapsed
if count >= 1 then
local time, suffix = strsplit(" ", GameTime_GetTime(true))
if time and suffix then
 
---------------------------------------------------------------------------
-- To set the text of your module, this optional function exists to ensure that
48,7 → 47,6
sStats:SetModuleText(sStats_clockText, time, " "..suffix)
---------------------------------------------------------------------------
 
end
count = 0
end
end)
trunk/sStats_Clock/sStats_Clock.toc
2,7 → 2,7
## Title: sStats_Clock
## Author: Seerah
## Notes: A clock module for sStats
## Version: 1.0.3
## Version: 1.0.2
## Dependencies: sStats
 
clock.lua
\ No newline at end of file