chathistory: Fix copy to clipboard not appearing on friend messages (#11527)
This commit is contained in:
@@ -193,7 +193,7 @@ public class ChatHistoryPlugin extends Plugin implements KeyListener
|
||||
// Use second entry as first one can be walk here with transparent chatbox
|
||||
final MenuEntry entry = event.getMenuEntries()[event.getMenuEntries().length - 2];
|
||||
|
||||
if (entry.getType() != MenuAction.CC_OP_LOW_PRIORITY.getId())
|
||||
if (entry.getType() != MenuAction.CC_OP_LOW_PRIORITY.getId() && entry.getType() != MenuAction.RUNELITE.getId())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user