mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Make return type optional in GetIdentifier
This commit is contained in:
@@ -371,7 +371,7 @@ function ESX.IsPlayerLoaded(source)
|
||||
end
|
||||
|
||||
---@param playerId number | string
|
||||
---@return string
|
||||
---@return string?
|
||||
function ESX.GetIdentifier(playerId)
|
||||
local fxDk = GetConvarInt("sv_fxdkMode", 0)
|
||||
if fxDk == 1 then
|
||||
|
||||
Reference in New Issue
Block a user