Merge pull request #205 from runelite-extended/PI-fix
PKLite - Resolve "Indicating pile is broken"
This commit is contained in:
@@ -107,7 +107,7 @@ public class PlayerIndicatorsService
|
|||||||
{
|
{
|
||||||
consumer.accept(player, config.callerColor());
|
consumer.accept(player, config.callerColor());
|
||||||
}
|
}
|
||||||
if (config.highlightPile() && PvPUtil.isAttackable(client, player) && playerIndicatorsPlugin.isPile(player)
|
if (config.highlightPile() && playerIndicatorsPlugin.isPile(player)
|
||||||
&& !player.isClanMember())
|
&& !player.isClanMember())
|
||||||
{
|
{
|
||||||
consumer.accept(player, config.pileColor());
|
consumer.accept(player, config.pileColor());
|
||||||
|
|||||||
Reference in New Issue
Block a user