Skip to content

Commit

Permalink
Merge pull request #12 from PaperMC/dev/3.0.0
Browse files Browse the repository at this point in the history
[pull] main from PaperMC:dev/3.0.0
  • Loading branch information
pull[bot] authored Mar 7, 2025
2 parents 5fecd08 + f980037 commit 92cfc4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static BrigadierCommand create(final VelocityServer server) {
.executes(new Heap())
.build();
final LiteralCommandNode<CommandSource> info = BrigadierCommand.literalArgumentBuilder("info")
.requires(source -> source.getPermissionValue("velocity.command.info") != Tristate.FALSE)
.requires(source -> source.getPermissionValue("velocity.command.info") == Tristate.TRUE)
.executes(new Info(server))
.build();
final LiteralCommandNode<CommandSource> plugins = BrigadierCommand
Expand Down

0 comments on commit 92cfc4b

Please sign in to comment.