Make return type optional in GetIdentifier

This commit is contained in:
zykem
2025-07-26 19:32:24 +02:00
committed by GitHub
parent 7417454478
commit 25b5a3d7a1
+1 -1
View File
@@ -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