Skip to content

Commit

Permalink
修复配置读写
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Sep 11, 2024
1 parent 33bc1ea commit 75e8ca8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void initialize(PluginInterface pluginInterface) {
private void saveAndReload() {
cfg.setPluginParameter("web.token", token);
cfg.setPluginParameter("web.port", port);
cfg.setPluginParameter("bt.useClientIdModifier", port);
cfg.setPluginParameter("bt.useClientIdModifier", useClientIdModifier);
try {
this.cfg.save();
} catch (Exception e) {
Expand Down

0 comments on commit 75e8ca8

Please sign in to comment.