Skip to content

Commit

Permalink
chore: update ox_lib version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed May 10, 2024
1 parent 5b3b5a2 commit 859ed8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if not lib.checkDependency('ox_lib', '3.0.0', true) then return end
if not lib.checkDependency('ox_lib', '3.21.0', true) then return end

lib.locale()

Expand Down
3 changes: 2 additions & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
lib.versionCheck('overextended/ox_target')
lib.checkDependency('ox_lib', '3.0.0', true)

if not lib.checkDependency('ox_lib', '3.21.0', true) then return end

---@type table<number, EntityInterface>
local entityStates = {}
Expand Down

0 comments on commit 859ed8c

Please sign in to comment.