Fix PvP issues (#900)
* fixes attack & cast options fixes clan members always showing walkhere, even when hide options is unticked. removed option from clanmanmode and added to just pvptools. removed unneccessary stuff from pvptools amended menuentryswapper to reflect the new mixins. amended mixin. * fix wilderness lines * Update PvpToolsPlugin.java
This commit is contained in:
@@ -1605,6 +1605,6 @@ public abstract class RSClientMixin implements RSClient
|
||||
&& !unhiddenCasts.contains(client.getSelectedSpellName());
|
||||
}
|
||||
|
||||
return hideFriendAttackOptions && p.isFriended() || p.isClanMember();
|
||||
return hideFriendAttackOptions && (p.isFriended() || p.isClanMember());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user