Fixed Team Name + Rankings Are now EditAnywhere
This commit is contained in:
@ -183,11 +183,6 @@ FString FDTFluxParticipant::GetFormattedName(const int MaxChar, const FString& S
|
||||
LastName = FString::Join(Names, TEXT("/"));
|
||||
}
|
||||
}
|
||||
else if (Teammate.Num() > 0)
|
||||
{
|
||||
FirstName = Teammate[0].FirstName;
|
||||
LastName = Teammate[0].LastName;
|
||||
}
|
||||
else
|
||||
{
|
||||
LastName = TEXT("Unknown");
|
||||
|
||||
Reference in New Issue
Block a user