prayagainstplayer: highlighting (#2134)

* pray against player: highlighting

this was missed from the original PR....
This commit is contained in:
Kyle
2019-12-16 20:06:34 +00:00
committed by GitHub
parent 8341dc9fa3
commit e76cdeda95

View File

@@ -70,8 +70,11 @@ class PrayAgainstPlayerOverlay extends Overlay
{
continue;
}
outlineRenderer.drawOutline(player.getPlayer(), 4, player.getAttackStyle().getColor());
if (plugin.isHighlightAttackers())
{
outlineRenderer.drawOutline(player.getPlayer(), plugin.getHighlightWidth(), player.getAttackStyle().getColor());
}
}
return null;
}