mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Remove ':' from LDoc annotation
This commit is contained in:
@@ -29,7 +29,7 @@ function ESX.GetRandomString(length)
|
||||
end
|
||||
|
||||
---@param key? string Key pair to get specific value of config
|
||||
---@return unknown: Returns the whole config if no key is passed, or a specific value
|
||||
---@return unknown Returns the whole config if no key is passed, or a specific value
|
||||
function ESX.GetConfig(key)
|
||||
return key and Config[key] or Config
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user