Turns out there is a moderately serious bug in the patch system.

This commit is contained in:
Flameshadowxeroshin
2012-06-07 23:41:37 -05:00
parent 652c156c78
commit 570284da79
@@ -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