runelite-mixins: fix hasHintArrow
This commit is contained in:
@@ -881,7 +881,7 @@ public abstract class RSClientMixin implements RSClient
|
|||||||
@Override
|
@Override
|
||||||
public boolean hasHintArrow()
|
public boolean hasHintArrow()
|
||||||
{
|
{
|
||||||
return client.getHintArrowTargetType() == HintArrowType.NONE.getValue();
|
return client.getHintArrowTargetType() != HintArrowType.NONE.getValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
|
|||||||
Reference in New Issue
Block a user