mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-12 06:54:41 -04:00
Potential save fix
This commit is contained in:
parent
f5cbfbf631
commit
06ce5eb44b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue