Skip to content

Commit

Permalink
addon: update to c200
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Mar 31, 2022
1 parent 9c3370a commit 7b2ef88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/itxtech/mcl/module/builtin/Addon.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
*/
public class Addon extends MclModule {
private static final String CURRENT_CHANNEL = "c122";
private static final String CURRENT_CHANNEL = "c200";

@Override
public String getName() {
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/itxtech/mcl/module/builtin/Conf.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public void prepare() {
.longOpt("unlock").build());
loader.options.addOptionGroup(lockGroup);

loader.options.addOption(Option.builder("q").desc("Devare old plugin and mirai files")
.longOpt("devare").build());
loader.options.addOption(Option.builder("q").desc("Delete old plugin and mirai files")
.longOpt("delete").build());
}

@Override
Expand Down

0 comments on commit 7b2ef88

Please sign in to comment.