Merge pull request #54 from devinfrench/develop
Remove colour text from option in MouseHighlight plugin
This commit is contained in:
@@ -98,6 +98,9 @@ public class MouseHighlightOverlay extends Overlay
|
||||
String colour = m.group(1);
|
||||
String matchedTarget = m.group(2);
|
||||
|
||||
// Remove colour text from option
|
||||
option = option.replaceAll("<col=([^>]+)>", "");
|
||||
|
||||
Point mouse = client.getMouseCanvasPosition();
|
||||
int x = mouse.getX();
|
||||
int y = mouse.getY();
|
||||
|
||||
Reference in New Issue
Block a user