mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-09 00:04:42 +00:00
Potential save fix
This commit is contained in:
parent
f5cbfbf631
commit
06ce5eb44b
|
@ -681,6 +681,8 @@ class Save
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
trace('[SAVE] No legacy save data found.');
|
trace('[SAVE] No legacy save data found.');
|
||||||
|
var gameSave = new Save();
|
||||||
|
FlxG.save.mergeData(gameSave.data, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue