1
mirror of https://github.com/CarmJos/MineSQL.git synced 2024-09-19 20:25:45 +00:00

doc: 修复语法错误 fix #3

This commit is contained in:
Carm Jos 2022-12-20 14:46:35 +08:00 committed by GitHub
parent 668df1d517
commit 8c9c6b72e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ public class Main extends JavaPlugin {
if (manager == null) {
System.out.println("请配置一个正确的数据库名。");
setEnable(false);
setEnabled(false);
return;
}