fix sponge perm check

This commit is contained in:
Aikar
2017-06-07 23:50:34 -04:00
parent 9aaf1b3cb8
commit 93221e7832
2 changed files with 2 additions and 2 deletions
@@ -72,7 +72,7 @@ public class SpongeRootCommand implements CommandCallable, RootCommand {
@Override
public boolean testPermission(CommandSource source) {
return true;
return this.defCommand.testPermission(source);
}
@Override