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("");
|
||||
}
|
||||
|
||||
if (Teammate.Num() == 0)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
if (IsTeam())
|
||||
{
|
||||
FString FullName;
|
||||
|
||||
Reference in New Issue
Block a user