Skip to content

Commit

Permalink
Change log message
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishBruse committed Dec 15, 2023
1 parent d980719 commit 9c6d9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Fushigi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

Console.WriteLine("Loading user settings...");
UserSettings.Load();
Console.WriteLine("Loading actor translations...");
Console.WriteLine("Loading actor data...");
ActorDataDB.Load();
Console.WriteLine("Loading parameter database...");
ParamDB.Init();
Expand Down
2 changes: 1 addition & 1 deletion Fushigi/res/ActorData.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
"nameOverride": "Bind Scroll Limit Tag"
},
"bindShabonPlayerLimitTag": {
"nameOverride": "Background Music Change Tag"
"nameOverride": "Bind Shabon Player Limit Tag"
},
"BisuRotate": {
"nameOverride": "Bisu Rotate"
Expand Down

0 comments on commit 9c6d9cf

Please sign in to comment.