mirror of
https://github.com/ApfelTeeSaft/FunkinMP.git
synced 2026-09-03 03:33:28 +00:00
fix early return in hasbeatensong and hasbeatenlevel (#3820)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user