Skip to content

Commit

Permalink
[2.0.0-dev23]修复插件重载时未正确重载语言文件的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YufiriaMazenta committed Feb 9, 2024
1 parent 0ca167b commit e8ae9c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import java.text.SimpleDateFormat
version = "2.0.0-dev22"
version = "2.0.0-dev23"

plugins {
`java-library`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public class PluginCommand extends CommandHandler {
@Override
public boolean execute(CommandSender sender, List<String> args) {
try {
Craftorithm.instance().reloadConfig();
Craftorithm.instance().reloadPlugin();
//TODO 更改reload
ItemUtils.reloadCannotCraftLore();
ArcencielDispatcher.INSTANCE.functionFile().reloadConfig();
CraftorithmItemProvider.INSTANCE.reloadItemProvider();
Expand Down

0 comments on commit e8ae9c1

Please sign in to comment.