Skip to content

Commit f521a20

Browse files
committed
🐛 Render the suggestion menu over the chat
1 parent e54b3af commit f521a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/dev/renoux/emotes/mixins/ChatScreenMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected void init(CallbackInfo ci) {
3131
}
3232

3333

34-
@Inject(method = "render", at = @At("HEAD"))
34+
@Inject(method = "render", at = @At("TAIL"))
3535
public void render(GuiGraphics guiGraphics, int i, int j, float f, CallbackInfo ci) {
3636
if (emojiSuggestionHelper != null && EmoteUtil.getInstance().showSuggestions()) emojiSuggestionHelper.render(guiGraphics);
3737
}

0 commit comments

Comments
 (0)