Subcommand selection (1.20.1)
M4X809 opened this issue ยท 2 comments
Description
Subcommand select with ArrowUp is not working
https://discord.com/channels/1077285607375638529/1077297192659861686/1129438714855165952
https://discord.com/channels/1077285607375638529/1077297192659861686/1129442978843336822
solution (on vacation, will impl when over):
targeting here, insert this above:
if(chatInputSuggestor.keyPressed(keyCode, scanCode, modifiers))
cir.setReturnValue(true);
and this towards the top of the file:
@Shadow private ChatInputSuggestor chatInputSuggestor;