Skip to content

Commit

Permalink
By default BF should use the chart character
Browse files Browse the repository at this point in the history
  • Loading branch information
superpowers04 committed Aug 15, 2024
1 parent ae5242b commit df5d440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/se/SESave.hx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ typedef YourMother = Dynamic;
var noteSplash:Bool = true;
var charAuto:Bool = true;
var stageAuto:Bool = true;
var charAutoBF:Bool = false;
var charAutoBF:Bool = true;
var lastServer:String = "";
var lastServerPort:String = "";
var nickname:String = "";
Expand Down
2 changes: 1 addition & 1 deletion version.downloadMe
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
24.08.15.0333;
24.08.15.0342;
* Better Psych character support(Still kinda experimental but should be more stable)
* Fix some small errors
* Fix characters not loading due to using ID instead of folderName
Expand Down

0 comments on commit df5d440

Please sign in to comment.