Change unknown selector to list to enable suggestions.

This commit is contained in:
wizjany
2019-06-28 15:28:24 -04:00
parent 096a9e4f9f
commit 2b0a4bab27
3 changed files with 8 additions and 7 deletions

View File

@ -582,7 +582,7 @@ public class SelectionCommands {
limit.ifPresent(integer -> player.print(integer + " points maximum."));
break;
}
case UNKNOWN:
case LIST:
default:
CommandListBox box = new CommandListBox("Selection modes", null);
box.setHidingHelp(true);