Correction

Correction for Characters dont loading on login
This commit is contained in:
Dione Batista
2020-03-26 18:40:40 -03:00
committed by GitHub
parent 72c4555b55
commit 220f21db35
+1 -1
View File
@@ -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)