fix early return in hasbeatensong and hasbeatenlevel (#3820)

This commit is contained in:
Abnormal
2025-01-17 15:49:21 -05:00
committed by GitHub
parent 1c12b8467e
commit a3e23733db
+2 -2
View File
@@ -623,7 +623,7 @@ class Save
else
{
// Level has score data, but the score is 0.
return false;
continue;
}
}
}
@@ -818,7 +818,7 @@ class Save
else
{
// Level has score data, but the score is 0.
return false;
continue;
}
}
}