Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9db2fcbfdf
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue