Fix issue where GetTime was used instead of time()

This commit is contained in:
2024-03-30 19:24:37 +01:00
parent 169a1c580d
commit ff03b47444
5 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
function(t)
return t[2]
return t[2]
end