agility overlay: correctly use sepulchre overlay color
This commit is contained in:
@@ -145,7 +145,7 @@ class AgilityOverlay extends Overlay
|
|||||||
Set<NPC> npcs = plugin.getNpcs();
|
Set<NPC> npcs = plugin.getNpcs();
|
||||||
if (!npcs.isEmpty() && config.highlightSepulchreNpcs())
|
if (!npcs.isEmpty() && config.highlightSepulchreNpcs())
|
||||||
{
|
{
|
||||||
Color color = config.getOverlayColor();
|
Color color = config.sepulchreHighlightColor();
|
||||||
for (NPC npc : npcs)
|
for (NPC npc : npcs)
|
||||||
{
|
{
|
||||||
NPCComposition npcComposition = npc.getComposition();
|
NPCComposition npcComposition = npc.getComposition();
|
||||||
|
|||||||
Reference in New Issue
Block a user