mirror of
https://github.com/aikar/commands.git
synced 2026-06-06 08:52:17 +00:00
fix sponge perm check
This commit is contained in:
@@ -72,7 +72,7 @@ public class SpongeRootCommand implements CommandCallable, RootCommand {
|
||||
|
||||
@Override
|
||||
public boolean testPermission(CommandSource source) {
|
||||
return true;
|
||||
return this.defCommand.testPermission(source);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user