Skip to content

Commit a2ff5c1

Browse files
committed
Band-aid Fix for psych charts
1 parent 3862995 commit a2ff5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/editors/charter/SongCreationScreen.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ class SongCreationScreen extends UISubstateWindow {
386386
saveFromVSlice(files, songId);
387387
default /*"Psych/Legacy FNF"*/:
388388
var songId = importIdTextBox.label.text;
389-
var oldChart:SwagSong = Json.parse(cast importChartFile.file);
389+
var oldChart:SwagSong = Chart.cleanSongData(Json.parse(cast importChartFile.file));
390390
var base:ChartData = {
391391
strumLines: [],
392392
noteTypes: [],

0 commit comments

Comments
 (0)