mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 13:56:02 +01:00
fix(client/vehicles): check for started inventory
This commit is contained in:
@@ -353,7 +353,7 @@ end)
|
||||
|
||||
Config.ox_inventory = NDCore.isResourceStarted("ox_inventory", function(started)
|
||||
Config.ox_inventory = started
|
||||
if not Config.useInventoryForKeys then return end
|
||||
if not started or not Config.useInventoryForKeys then return end
|
||||
Wait(1000)
|
||||
exports.ox_inventory:displayMetadata({
|
||||
vehPlate = "Plate",
|
||||
|
||||
Reference in New Issue
Block a user