Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit d528967

Browse files
committed
level shit lol
1 parent 427ca3c commit d528967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: source/ChartingState.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ChartingState extends MusicBeatState
3434
_file.addEventListener(Event.COMPLETE, onSaveComplete);
3535
_file.addEventListener(Event.CANCEL, onSaveCancel);
3636
_file.addEventListener(IOErrorEvent.IO_ERROR, onSaveError);
37-
_file.save(data, "swag.json");
37+
_file.save(data, json.song + ".json");
3838
}
3939
});
4040
saveButton.screenCenter();

0 commit comments

Comments
 (0)