Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Feb 12, 2024
1 parent 587a052 commit 61e9c51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ return {
---@field coords vector4 -- Coordinates for the garage
---@field size vector3 -- Size of the garage
---@field spawn vector4 -- Coordinates where the vehicle will spawn
---@field showBlip boolean|nil -- Enable or disable the blip
---@field blipName string|nil -- Name of the blip
---@field blipSprite number|nil -- Sprite for the blip
---@field blipColor number|nil -- Color for the blip
---@field showBlip boolean -- Enable or disable the blip
---@field blipName string -- Name of the blip
---@field blipSprite number -- Sprite for the blip
---@field blipColor number -- Color for the blip
---@field type 'public'|'job'|'gang'|'depot' -- Type of garage
---@field vehicle 'car'|'air'|'sea'|'all' -- Vehicle type
---@field job string|nil -- Job / Gang name
---@field job string -- Job / Gang name

---@type table<string, GarageConfig>

Expand Down

0 comments on commit 61e9c51

Please sign in to comment.