From f20fbecaf49c6937047fdb9b67e5a947ed2695cd Mon Sep 17 00:00:00 2001 From: xien <2383759126@qq.com> Date: Thu, 25 Apr 2024 23:26:25 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=BB=99/i=E8=A7=A3=E9=94=81=20=E5=8A=A0?= =?UTF-8?q?=E4=BA=86=E4=B8=AAAllowServer=20=3D=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- journeyUnlock/journeyUnlock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journeyUnlock/journeyUnlock.cs b/journeyUnlock/journeyUnlock.cs index 6ca5a5fd..9b80bcbd 100644 --- a/journeyUnlock/journeyUnlock.cs +++ b/journeyUnlock/journeyUnlock.cs @@ -28,7 +28,7 @@ public override void Initialize() Commands.ChatCommands.Add(new Command( permissions: new List { "journeyunlock.unlock" }, cmd: this.unlockCommand, - "journeyunlock", "junlock" , "i解锁")); + "journeyunlock", "junlock", "i解锁"){ AllowServer = false }); Commands.ChatCommands.Add(new Command( permissions: new List { "journeyunlock.unlockfor" },