Fix /xban_record time

master
luk3yx 2021-06-04 17:25:22 +12:00 committed by MoNTE48
parent c6d88ea6dc
commit a936264644
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ function xban.get_record(player)
if rec.source then
msg = msg..", Source: "..rec.source
end
table.insert(record, ("[%s]: %s"):format(os.date("%c", e.time), msg))
table.insert(record, ("[%s]: %s"):format(os.date("%c", rec.time), msg))
end
local last_pos
if e.last_pos then