forked from Upstream/Velocitab
fix: wrong /velocitab
permission node
This commit is contained in:
parent
84ae7a9437
commit
1d05a1b34e
@ -155,7 +155,7 @@ public final class VelocitabCommand {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private boolean hasPermission(@NotNull CommandSource source, @NotNull String command) {
|
private boolean hasPermission(@NotNull CommandSource source, @NotNull String command) {
|
||||||
return source.hasPermission(String.join("velocitab", "command", command));
|
return source.hasPermission(String.join(".", "velocitab", "command", command));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void sendAboutInfo(@NotNull CommandSource source) {
|
private void sendAboutInfo(@NotNull CommandSource source) {
|
||||||
|
Loading…
Reference in New Issue
Block a user