Skip to content

Commit 8303e7e

Browse files
committed
Whoops
1 parent e17b5d6 commit 8303e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/savedata/FunkinSave.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ class FunkinSave {
5656
}
5757

5858
public static function flush() {
59-
__flush();
6059
if (save.data.highscores == null) save.data.highscores = {};
6160
for (entry => score in highscores) Reflect.setField(save.data.highscores, __formatHighscoreEntry(entry), score);
61+
__flush();
6262
}
6363

6464
static function __getHighscoreEntry(data:String):HighscoreEntry {

0 commit comments

Comments
 (0)