diff --git a/sv_stats.lua b/sv_stats.lua index 207b7ac..f2d0d68 100644 --- a/sv_stats.lua +++ b/sv_stats.lua @@ -12,7 +12,7 @@ local function timeToStr( time ) local d = math.floor(tmp % 7) local w = math.floor( tmp / 7 ) - return string.format( "%02is %id %02ih %02im %02is", w, d, h, m, s ) + return string.format( "%02iw %id %02ih %02im %02is", w, d, h, m, s ) end local function notifyChat(intSource, stringPrefix, stringMessage, tblColor) @@ -130,4 +130,4 @@ end) local count = 0 for _,v in pairs(GetTrackedData()) do count = count + 1 end -print("[pTracker] Successfully loaded: " .. count .. " player(s).") \ No newline at end of file +print("[pTracker] Successfully loaded: " .. count .. " player(s).")