Skip to content

Commit f262934

Browse files
Protuhjrdw-software
authored andcommitted
Utils: Fixed FormatTime not using the correct self parameter
1 parent 3038d5c commit f262934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utils/PrettyPrint.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ end
4646

4747
--- Prints timestamps in a human-readable fashion?
4848
-- TODO: LuaDoc
49-
function PP:FormatTime(t)
49+
function PP.FormatTime(t)
5050
if not t then
5151
return "0:00"
5252
end

0 commit comments

Comments
 (0)