From 570284da79743296fcaf42521b7504ebd5d0540a Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Thu, 7 Jun 2012 23:41:37 -0500 Subject: [PATCH] Turns out there is a moderately serious bug in the patch system. --- Themes/_fallback/Scripts/05 NewScoringFrontend.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Themes/_fallback/Scripts/05 NewScoringFrontend.lua b/Themes/_fallback/Scripts/05 NewScoringFrontend.lua index 0740ce18d5..c3a5ec8e0d 100644 --- a/Themes/_fallback/Scripts/05 NewScoringFrontend.lua +++ b/Themes/_fallback/Scripts/05 NewScoringFrontend.lua @@ -139,10 +139,8 @@ end local OldCallShimMt={ __index=function(t,k,v) return function(judg, _) - if GetNumReadiedScoreKeepers()==0 then - --lazy programming - InitScoreKeepers(ArgsIfPlayerJoinedOrNil(v)) - end + --sacrifice some efficiency for reliability + InitScoreKeepers(ArgsIfPlayerJoinedOrNil(v)) UpdateScoreKeepers(judg) end end