diff --git a/src/gui/UI_LenheartUI/ExplosiveControl.java b/src/gui/UI_LenheartUI/ExplosiveControl.java index 4f49093..f657672 100644 --- a/src/gui/UI_LenheartUI/ExplosiveControl.java +++ b/src/gui/UI_LenheartUI/ExplosiveControl.java @@ -212,6 +212,7 @@ public class ExplosiveControl extends JPanel { File selectedFile = fileChooser.getSelectedFile(); Drop.importDataMob(selectedFile.getAbsolutePath()); + 刷新怪物爆物数据(null); } } @@ -281,6 +282,7 @@ public class ExplosiveControl extends JPanel { File selectedFile = fileChooser.getSelectedFile(); Drop.importDataQQ(selectedFile.getAbsolutePath()); + 刷新怪物爆物数据(null); } }