Added when not teamate return ""
This commit is contained in:
@ -168,6 +168,10 @@ FString FDTFluxParticipant::GetFormattedName(const int MaxChar, const FString& S
|
|||||||
return TEXT("");
|
return TEXT("");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Teammate.Num() == 0)
|
||||||
|
{
|
||||||
|
return "";
|
||||||
|
}
|
||||||
if (IsTeam())
|
if (IsTeam())
|
||||||
{
|
{
|
||||||
FString FullName;
|
FString FullName;
|
||||||
|
|||||||
Reference in New Issue
Block a user