mrbuilder1961 / ChatPatches

A Minecraft client-side mod that touches up Minecraft's mundane chat, with configurability in mind!
GNU Lesser General Public License v3.0
48 stars 18 forks source link

Right-clicking a message is broken - v201.5.3 #106

Closed ploxxxy closed 1 year ago

ploxxxy commented 1 year ago

Description

When right-clicking a message to copy it. BUT, left clicking a player's name works (/tell).

How to reproduce

  1. Load the latest version of the mod
  2. Get into a world or a server
  3. Try copying a chat message

Expected result

An outline box to appear when right-cliking a message.

Log file link

https://mclo.gs/hnhNSTH

Specs and Details

Required information:

Optional but suggested information:

Additional context

Anything else that could possibly be relevant to this issue. For example, what happened leading up to the incident:

https://github.com/mrbuilder1961/ChatPatches/blob/290722e001d8e1a5158fc072a6dddb2dc4c8e221/src/main/java/obro1961/chatpatches/mixin/gui/ChatScreenMixin.java#L409

ploxxxy commented 1 year ago

Update: Left clicking links in singleplayer was never a thing and it works fine on multiplayer (presumably, a chat plugin is creating a link out of your message)