mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
fix: Don't ommit flag int input in no permission message (#3466)
This commit is contained in:
parent
1f28bac955
commit
5ab410a5c5
@ -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
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user