Chat Patches

Chat Patches

2M Downloads

Subcommand selection (1.20.1)

M4X809 opened this issue ยท 2 comments

commented

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;
commented

official release fix coming out shortly!