mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-08-10 17:55:44 +00:00
eat permissions
This commit is contained in:
parent
cefcd7dee5
commit
15db7eee10
@ -47,6 +47,11 @@ public class CommandWikiRender extends CommandBase {
|
||||
getCommandName(), EnumChatFormatting.LIGHT_PURPLE);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canCommandSenderUseCommand(ICommandSender sender) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void processCommand(ICommandSender sender, String[] args) {
|
||||
if(!(sender instanceof EntityPlayer)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user