Skip to content

Commit 8268527

Browse files
Fix unimplemented command
1 parent 99735ef commit 8268527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/pistonmaster/pistonqueue/velocity/commands/MainCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void sendMessage(ComponentWrapper component) {
4848

4949
@Override
5050
public boolean hasPermission(String node) {
51-
return false;
51+
return sender.hasPermission(node);
5252
}
5353
}, args, plugin);
5454
}

0 commit comments

Comments
 (0)