opponent info: remove color tags from opponentOpponent name
This commit is contained in:
@@ -103,7 +103,7 @@ class OpponentInfoOverlay extends Overlay
|
|||||||
if (opponentsOpponent != null
|
if (opponentsOpponent != null
|
||||||
&& (opponentsOpponent != client.getLocalPlayer() || client.getSetting(Varbits.MULTICOMBAT_AREA) == 1))
|
&& (opponentsOpponent != client.getLocalPlayer() || client.getSetting(Varbits.MULTICOMBAT_AREA) == 1))
|
||||||
{
|
{
|
||||||
opponentsOpponentName = opponentsOpponent.getName();
|
opponentsOpponentName = opponentsOpponent.getName().replaceAll("<[^>]*>", "");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user