prayagainstplayer: highlighting (#2134)
* pray against player: highlighting this was missed from the original PR....
This commit is contained in:
@@ -70,8 +70,11 @@ class PrayAgainstPlayerOverlay extends Overlay
|
|||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
outlineRenderer.drawOutline(player.getPlayer(), 4, player.getAttackStyle().getColor());
|
|
||||||
|
if (plugin.isHighlightAttackers())
|
||||||
|
{
|
||||||
|
outlineRenderer.drawOutline(player.getPlayer(), plugin.getHighlightWidth(), player.getAttackStyle().getColor());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user