keep live ranking displayed longer after the round

This commit is contained in:
Beu 2024-08-25 18:46:31 +02:00
parent a3f042e7f7
commit 5a9d8abc82

View File

@ -463,8 +463,6 @@ if (Semver::Compare(XmlRpc::GetApiVersion(), ">=", "2.1.1")) {
Scores::XmlRpc_SendScores(Scores::C_Section_PreEndRound, "");
}
DisplayLiveRanking(False);
declare Text[] LostLifeAccountIds;
declare Text[] EliminatedAccountIds;
declare Integer[] EliminatedRanks;
@ -553,6 +551,7 @@ if (Round_ForceEndRound || Round_SkipPauseRound) {
MB_Sleep(S_ChatTime / 2 * 1000);
UIManager.UIAll.ScoreTableVisibility = CUIConfig::EVisibility::Normal;
}
DisplayLiveRanking(False);
}
***