fix: Don't ommit flag int input in no permission message

This commit is contained in:
NotMyFault 2022-01-23 21:18:28 +01:00
parent 59e0b4b67a
commit 764d3b8166
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

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