add missing argument

master
flux 2019-08-02 04:19:34 +00:00
parent 54b3c6c115
commit 9bd12a967c
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ function data.log(player_id, ipint, asn, success)
VALUES (?, ?, ?, ?, ?)
]]
local now = os.time()
if not execute_bind_one(code, 'log connection', player_id, ipint, asn, success) then
if not execute_bind_one(code, 'log connection', player_id, ipint, asn, success, now) then
return false
end
if success then