diff --git a/client/main.lua b/client/main.lua index 4caaa40fc..13e979f97 100644 --- a/client/main.lua +++ b/client/main.lua @@ -24,7 +24,6 @@ end exports('GetVehiclesByCategory', GetVehiclesByCategory) ----@deprecated use ox_inventory exports directly. ---@return table function GetWeapons() return QBX.Shared.Weapons diff --git a/server/main.lua b/server/main.lua index b254c818d..535399e1f 100644 --- a/server/main.lua +++ b/server/main.lua @@ -39,7 +39,6 @@ end exports('GetVehiclesByCategory', GetVehiclesByCategory) ----@deprecated use ox_inventory exports directly. ---@return table function GetWeapons() return QBX.Shared.Weapons