Skip to content

Commit

Permalink
Update SaveDataMigrator.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Nov 1, 2024
1 parent 1347618 commit 21c427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/save/migrator/SaveDataMigrator.hx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class SaveDataMigrator
trace(inputData);

var message:String = 'Cannot find save data! Switching back to default save...';
lime.app.Application.current.window.alert(fullMessage, "Save Data Failure");
lime.app.Application.current.window.alert(message, "Save Data Failure");

return new Save(Save.getDefault());
}
Expand Down

0 comments on commit 21c427d

Please sign in to comment.