1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-05 00:48:16 +08:00

doc: 修复语法错误 fix #3

This commit is contained in:
2022-12-20 14:46:35 +08:00
committed by GitHub
parent 668df1d517
commit 8c9c6b72e2
+1 -1
View File
@@ -204,7 +204,7 @@ public class Main extends JavaPlugin {
if (manager == null) {
System.out.println("请配置一个正确的数据库名。");
setEnable(false);
setEnabled(false);
return;
}