# Conflicts:
#	src/gui/UI_LenheartUI/ExplosiveControl.java
This commit is contained in:
Lenheart 2025-03-14 17:41:35 +08:00
parent 20658bd1d3
commit f9c37bb84e
1 changed files with 2 additions and 0 deletions

View File

@ -212,6 +212,7 @@ public class ExplosiveControl extends JPanel {
File selectedFile = fileChooser.getSelectedFile(); File selectedFile = fileChooser.getSelectedFile();
Drop.importDataMob(selectedFile.getAbsolutePath()); Drop.importDataMob(selectedFile.getAbsolutePath());
刷新怪物爆物数据(null);
} }
} }
@ -281,6 +282,7 @@ public class ExplosiveControl extends JPanel {
File selectedFile = fileChooser.getSelectedFile(); File selectedFile = fileChooser.getSelectedFile();
Drop.importDataQQ(selectedFile.getAbsolutePath()); Drop.importDataQQ(selectedFile.getAbsolutePath());
刷新怪物爆物数据(null);
} }
} }