Skip to content

Commit

Permalink
dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Dec 6, 2023
1 parent 3b18d72 commit 0bd35ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tools/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ class ChartingState extends MusicBeatState {
sys.io.File.saveContent(path, Std.string(data.trim()));
trace("chart backup made!");
#else
trace("failed to make backup!")
trace("failed to make backup!");
#end
}
}
Expand Down Expand Up @@ -385,7 +385,7 @@ class ChartingState extends MusicBeatState {
sys.io.File.saveContent(path, Std.string(data.trim()));
trace("events backup made!");
#else
trace("failed to make backup!")
trace("failed to make backup!");
#end
}
}
Expand Down

0 comments on commit 0bd35ad

Please sign in to comment.