Skip to content

Commit

Permalink
chore: dependency and version checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason authored Aug 30, 2024
1 parent 6df9047 commit 5ad2b6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/main.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
lib.versionCheck('Qbox-project/qbx_vehicleshop')
assert(lib.checkDependency('qbx_vehicles', '1.4.1'), 'qbx_vehicles v1.4.1 or higher is required')

-- Variables
local config = require 'config.server'
local sharedConfig = require 'config.shared'
Expand Down

0 comments on commit 5ad2b6e

Please sign in to comment.