This commit is contained in:
RealFD 2022-05-06 18:03:43 +02:00
parent 8bda6b8d90
commit 15d25efc28
1 changed files with 3 additions and 3 deletions

View File

@ -822,11 +822,11 @@ result_set = function()
earlyLateBarsStats.criticals = result.perfects -- Criticals are for all objects
if betacrew == true then
if result.score > grades.S then
if result.score < grades.S then
animtype = veryokay
elseif result.score > grades.AAA then
elseif result.score < grades.AAA then
animtype = okay
elseif result.score > grades.A_P then
elseif result.score < grades.A_P then
animtype = bad
elseif result.score < grades.A_P then
animtype = bad