Skip to content

Commit

Permalink
doc: 修复语法错误 fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos authored Dec 20, 2022
1 parent 668df1d commit 8c9c6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public class Main extends JavaPlugin {
if (manager == null) {
System.out.println("请配置一个正确的数据库名。");
setEnable(false);
setEnabled(false);
return;
}
Expand Down

0 comments on commit 8c9c6b7

Please sign in to comment.