Filter out mines for old scoring modes.

This commit is contained in:
Flameshadowxeroshin
2012-06-16 18:33:04 +00:00
parent ab7645fb39
commit 86d11e8f18
@@ -139,6 +139,8 @@ end
local OldCallShimMt={
__index=function(t,k,v)
return function(judg, _)
--STUPID: don't bother if it's a mine.
if judg.TapNoteScore:find("Mine") then return end
--sacrifice some efficiency for reliability
InitScoreKeepers(ArgsIfPlayerJoinedOrNil(v))
UpdateScoreKeepers(judg)