Skip to content

Commit

Permalink
chore(init): update oxmysql dependency
Browse files Browse the repository at this point in the history
A bugfix in oxmysql 2.7.2 resolves an issue saving unowned stashes.
  • Loading branch information
thelindat committed Jul 6, 2023
1 parent 6bcc0f3 commit 92ceb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ if not lib then
return spamError('ox_inventory requires the ox_lib resource, refer to the documentation.')
end

local success, msg = lib.checkDependency('oxmysql', '2.4.0')
local success, msg = lib.checkDependency('oxmysql', '2.7.2')

if not success then return spamError(msg) end

Expand Down

0 comments on commit 92ceb05

Please sign in to comment.