2,875
edits
m (Fix function name) |
mNo edit summary |
||
Line 5: | Line 5: | ||
local function formatTime(timeInHundredths) | local function formatTime(timeInHundredths) | ||
local timespan = number. | local timespan = number.actionTimeToTimeSpan(timeInHundredths) | ||
if timespan.days == 0 then | if timespan.days == 0 then |
edits