More bug fixes

This commit is contained in:
Tercio Jose
2022-10-12 18:37:00 -03:00
parent 69899679e7
commit 6243a32740
90 changed files with 5200 additions and 5212 deletions
+4 -4
View File
@@ -127,16 +127,16 @@ do
function _detalhes:GetOnlyName(string)
if (string) then
return string:gsub (("%-.*"), "")
return string:gsub(("%-.*"), "")
end
return self.nome:gsub (("%-.*"), "")
return self.nome:gsub(("%-.*"), "")
end
function _detalhes:RemoveOwnerName (string)
if (string) then
return string:gsub ((" <.*"), "")
return string:gsub((" <.*"), "")
end
return self.nome:gsub ((" <.*"), "")
return self.nome:gsub((" <.*"), "")
end
function _detalhes:GetCLName(id)