mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
Correction
Correction for Characters dont loading on login
This commit is contained in:
@@ -103,7 +103,7 @@ function GetSpawnPos(source)
|
||||
end
|
||||
|
||||
function GetIdentifierWithoutLicense(Identifier)
|
||||
return string.gsub(Identifier, "license", "")
|
||||
return string.gsub(Identifier, "license:", "")
|
||||
end
|
||||
|
||||
function GetRockstarID(playerId)
|
||||
|
||||
Reference in New Issue
Block a user