fix: Don't ommit flag int input in no permission message (#3466)

This commit is contained in:
Alex 2022-01-27 12:14:39 +01:00 committed by GitHub
parent 1f28bac955
commit 5ab410a5c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ public final class FlagCommand extends Command {
TranslatableCaption.of("permission.no_permission"),
Template.of(
"node",
perm
perm + "." + numeric
)
);
}