Skip to content

Commit

Permalink
UDOC-0 - Ensure up/down message select is still functional
Browse files Browse the repository at this point in the history
  • Loading branch information
telvarost committed Apr 27, 2024
1 parent bcc5e07 commit 54433de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ private void onSendChatMessage(char character, int keyCode, CallbackInfo ci, Str

private void setTextFromHistory() {
textField.setText(CHAT_HISTORY.get(CHAT_HISTORY.size() + chatHistoryPosition));
text = textField.getText();
}

@Inject(method = "keyPressed", at = @At(value = "JUMP", opcode = Opcodes.IF_ICMPNE, ordinal = 2), cancellable = true)
Expand Down

0 comments on commit 54433de

Please sign in to comment.