From d528967efc44103339a6543847a0968cd34956e2 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Fri, 9 Oct 2020 20:25:52 -0700 Subject: [PATCH] level shit lol --- source/ChartingState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ChartingState.hx b/source/ChartingState.hx index d0187e333..56cea050c 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -34,7 +34,7 @@ class ChartingState extends MusicBeatState _file.addEventListener(Event.COMPLETE, onSaveComplete); _file.addEventListener(Event.CANCEL, onSaveCancel); _file.addEventListener(IOErrorEvent.IO_ERROR, onSaveError); - _file.save(data, "swag.json"); + _file.save(data, json.song + ".json"); } }); saveButton.screenCenter();