Skip to content

Commit

Permalink
Merge pull request #55 from THEXN/master
Browse files Browse the repository at this point in the history
fix 给/i解锁 加了个AllowServer = false
  • Loading branch information
Controllerdestiny authored Apr 25, 2024
2 parents 53a41af + f20fbec commit 72eb0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion journeyUnlock/journeyUnlock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public override void Initialize()
Commands.ChatCommands.Add(new Command(
permissions: new List<string> { "journeyunlock.unlock" },
cmd: this.unlockCommand,
"journeyunlock", "junlock" , "i解锁"));
"journeyunlock", "junlock", "i解锁"){ AllowServer = false });

Commands.ChatCommands.Add(new Command(
permissions: new List<string> { "journeyunlock.unlockfor" },
Expand Down

0 comments on commit 72eb0f4

Please sign in to comment.