Update AutoCraftCommand.java

Add unimplemented message.
This commit is contained in:
jameslfc19 2020-06-27 17:15:36 +01:00
parent 90b970a111
commit 84545b30f1

View File

@ -110,6 +110,7 @@ public class AutoCraftCommand extends ServerCommand {
case MENU:
if(sender.hasPermission(Permissions.MENU)) {
//TODO Add AutoCraft menu.
player.sendMessage(ChatColor.GOLD+" Currently unimplemented in this BETA!");
//ChestLinkMenu.getMenu(player).open(player);
return true;
} else {