From 8c9c6b72e2cea7c6ff409a4d125bf35c83e36f90 Mon Sep 17 00:00:00 2001 From: Carm Date: Tue, 20 Dec 2022 14:46:35 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E4=BF=AE=E5=A4=8D=E8=AF=AD=E6=B3=95?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20fix=20#3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89cd0db..d1e4077 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ public class Main extends JavaPlugin { if (manager == null) { System.out.println("请配置一个正确的数据库名。"); - setEnable(false); + setEnabled(false); return; }