File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/org/itxtech/mcl/module/builtin Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group ' org.itxtech'
7- version ' 2.0.0-beta.3 '
7+ version ' 2.0.0'
88description ' 模块化、轻量级且支持完全自定义的 mirai 加载器。'
99
1010repositories {
Original file line number Diff line number Diff line change 3131 *
3232 */
3333public class RepoCache extends MclModule {
34- private static final String AUTO_CLEAR_KEY = "repowithcache .auto-clear" ;
34+ private static final String AUTO_CLEAR_KEY = "repocache .auto-clear" ;
3535
3636 @ Override
3737 public String getName () {
@@ -48,7 +48,6 @@ public void prepare() {
4848 loader .options .addOptionGroup (clearGroup );
4949
5050 loader .repo = new RepoWithCache (loader .repo );
51- loader .logger .debug ("RepoCache has been initialized. Run \" ./mcl --disable-module repocache\" to disable." );
5251 }
5352
5453 @ Override
You can’t perform that action at this time.
0 commit comments