1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-12 05:07:06 +00:00

Potential save fix

This commit is contained in:
EliteMasterEric 2024-04-30 20:15:23 -04:00
parent f5cbfbf631
commit 06ce5eb44b

View file

@ -681,6 +681,8 @@ class Save
else
{
trace('[SAVE] No legacy save data found.');
var gameSave = new Save();
FlxG.save.mergeData(gameSave.data, true);
}
}
else