Test Synchro 2
This commit is contained in:
@ -637,6 +637,7 @@ bool UDTFluxCoreSubsystem::GetContestRankings(const int ContestId,
|
||||
}
|
||||
if (NetworkSubsystem)
|
||||
{
|
||||
UE_LOG(logDTFluxCoreSubsystem, Warning, TEXT("Requesting ContestRankings for ContestId %i"), ContestId);
|
||||
TArray<int> TackedContestIds = {ContestId};
|
||||
TrackedRequestContestRankings(TackedContestIds);
|
||||
return false;
|
||||
|
||||
@ -363,8 +363,8 @@ bool FDTFluxServerResponse::ParseContestRanking(FDTFluxContestRankings& OutConte
|
||||
OutContestRankings.Rankings.Add(Ranking);
|
||||
}
|
||||
|
||||
UE_LOG(logDTFluxNetwork, Log, TEXT("Successfully parsed contest ranking for Contest %d with %d entries"),
|
||||
OutContestRankings.ContestId, OutContestRankings.Rankings.Num());
|
||||
// UE_LOG(logDTFluxNetwork, Log, TEXT("Successfully parsed contest ranking for Contest %d with %d entries"),
|
||||
// OutContestRankings.ContestId, OutContestRankings.Rankings.Num());
|
||||
ParsingStatus = EDTFluxResponseStatus::Success;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user