From 5a9d8abc8250508aec89ad6377f6546178406224 Mon Sep 17 00:00:00 2001 From: beu Date: Sun, 25 Aug 2024 18:46:31 +0200 Subject: [PATCH] keep live ranking displayed longer after the round --- TM_MultiLivesKnockout.Script.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TM_MultiLivesKnockout.Script.txt b/TM_MultiLivesKnockout.Script.txt index ad12652..b0bdf08 100644 --- a/TM_MultiLivesKnockout.Script.txt +++ b/TM_MultiLivesKnockout.Script.txt @@ -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); } ***