Skip to content

Commit

Permalink
refactor: revert deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon committed Aug 9, 2024
1 parent 9c00967 commit a4b8956
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ end

exports('GetVehiclesByCategory', GetVehiclesByCategory)

---@deprecated use ox_inventory exports directly.
---@return table<number, Weapon>
function GetWeapons()
return QBX.Shared.Weapons
Expand Down
1 change: 0 additions & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ end

exports('GetVehiclesByCategory', GetVehiclesByCategory)

---@deprecated use ox_inventory exports directly.
---@return table<number, Weapon>
function GetWeapons()
return QBX.Shared.Weapons
Expand Down

0 comments on commit a4b8956

Please sign in to comment.