one more fix
This commit is contained in:
@@ -167,7 +167,7 @@ t[#t+1] = Def.ActorFrame {
|
|||||||
};
|
};
|
||||||
if PREFSMAN:GetPreference("ScoringType") == 'ScoringType_Custom' then t[#t+1] = Def.Actor{
|
if PREFSMAN:GetPreference("ScoringType") == 'ScoringType_Custom' then t[#t+1] = Def.Actor{
|
||||||
JudgmentMessageCommand = function(self, params)
|
JudgmentMessageCommand = function(self, params)
|
||||||
SpecialScoring[GetUserPref("UserPrefSpecialScoringMode")](params, STATSMAN:GetCurStageStats():GetPlayerStageStats(params.Player)
|
SpecialScoring[GetUserPref("UserPrefSpecialScoringMode")](params, STATSMAN:GetCurStageStats():GetPlayerStageStats(params.Player))
|
||||||
end;
|
end;
|
||||||
};
|
};
|
||||||
return t
|
return t
|
||||||
|
|||||||
Reference in New Issue
Block a user