Skip to content

Commit

Permalink
fix(server/mysql): stashes save error when bulk saving is disabled (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Frowmza authored Nov 21, 2024
1 parent 8b502d4 commit 24e5c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mysql/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function db.saveInventories(players, trunks, gloveboxes, stashes, total)
end
end

shared.info(saveStr:format('stashes', affectedRows, total[4], (os.nanotime() - start) / 1e6))
shared.info(saveStr:format(affectedRows, total[4], 'stashes', (os.nanotime() - start) / 1e6))
end
end)
end
Expand Down

0 comments on commit 24e5c1c

Please sign in to comment.