Skip to content

Commit

Permalink
feat: 🎸 japanize.ymlを再読込できるように
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSheep2804 committed Jul 19, 2023
1 parent a28e13a commit 763bd50
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class SeleneChatCommand : ICommand {
if (args[0] == "reload") {
SeleneChat.configManager.reload()
SeleneChat.resourceManager.reload()
SeleneChat.japanizePlayersManager.reload()
sender.sendMessage(SeleneChat.resource.command.selenechatSuccessReload)
}
return true
Expand Down

0 comments on commit 763bd50

Please sign in to comment.