From 61e9c51cb8a9792e37b477eec8a67cec10b8acff Mon Sep 17 00:00:00 2001 From: Matthew <22198949+MafewTM@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:11:55 -0500 Subject: [PATCH] fix: typos --- config/shared.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/shared.lua b/config/shared.lua index 05eb915..4442e2d 100644 --- a/config/shared.lua +++ b/config/shared.lua @@ -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