Skip to content

Commit

Permalink
that's one dot too many
Browse files Browse the repository at this point in the history
  • Loading branch information
YouHaveTrouble committed Sep 2, 2021
1 parent 5bcf5bb commit fd893b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public CWGroup loadCWGroup(String id, ConfigSection section) {
}

public void saveCWGroup(String id, CWGroup group) {
config.set("groups." + id + ".", group.serialize());
config.set("groups." + id, group.serialize());
saveConfig();
}

Expand Down

0 comments on commit fd893b9

Please sign in to comment.