From 220f21db35037f7cc865b4d504735f1bd3cdbdd1 Mon Sep 17 00:00:00 2001 From: Dione Batista Date: Thu, 26 Mar 2020 18:40:40 -0300 Subject: [PATCH] Correction Correction for Characters dont loading on login --- esx_kashacters/server/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esx_kashacters/server/main.lua b/esx_kashacters/server/main.lua index e1fcee69..0e2232f0 100644 --- a/esx_kashacters/server/main.lua +++ b/esx_kashacters/server/main.lua @@ -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)