okay I was wrong, it needed another fix
This commit is contained in:
@@ -165,9 +165,11 @@ t[#t+1] = Def.ActorFrame {
|
|||||||
};
|
};
|
||||||
CreateStops();
|
CreateStops();
|
||||||
};
|
};
|
||||||
if PREFSMAN:GetPreference("ScoringType") == 'ScoringType_Custom' then t[#t+1] = Def.Actor{
|
if PREFSMAN:GetPreference("ScoringType") == 'ScoringType_Custom' then
|
||||||
JudgmentMessageCommand = function(self, params)
|
t[#t+1] = Def.Actor{
|
||||||
SpecialScoring[GetUserPref("UserPrefSpecialScoringMode")](params, STATSMAN:GetCurStageStats():GetPlayerStageStats(params.Player))
|
JudgmentMessageCommand = function(self, params)
|
||||||
end;
|
SpecialScoring[GetUserPref("UserPrefSpecialScoringMode")](params, STATSMAN:GetCurStageStats():GetPlayerStageStats(params.Player))
|
||||||
};
|
end;
|
||||||
|
};
|
||||||
|
end;
|
||||||
return t
|
return t
|
||||||
|
|||||||
Reference in New Issue
Block a user