Skip to content

Commit

Permalink
fix 给/i解锁 加了个AllowServer = false
Browse files Browse the repository at this point in the history
  • Loading branch information
THEXN committed Apr 25, 2024
1 parent 53a41af commit f20fbec
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 f20fbec

Please sign in to comment.