eat permissions

This commit is contained in:
NotMega 2026-07-17 09:00:11 +03:00
parent cefcd7dee5
commit 15db7eee10
No known key found for this signature in database
GPG Key ID: 43BF7CB4FA8663EB

View File

@ -47,6 +47,11 @@ public class CommandWikiRender extends CommandBase {
getCommandName(), EnumChatFormatting.LIGHT_PURPLE); getCommandName(), EnumChatFormatting.LIGHT_PURPLE);
} }
@Override
public boolean canCommandSenderUseCommand(ICommandSender sender) {
return true;
}
@Override @Override
public void processCommand(ICommandSender sender, String[] args) { public void processCommand(ICommandSender sender, String[] args) {
if(!(sender instanceof EntityPlayer)) { if(!(sender instanceof EntityPlayer)) {