mixins: RSFriendSystem ignore add/remove
This commit is contained in:
@@ -2165,6 +2165,22 @@ public abstract class RSClientMixin implements RSClient
|
||||
friendSystem.removeFriend(friend);
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public void addIgnore(String friend)
|
||||
{
|
||||
RSFriendSystem friendSystem = getFriendManager();
|
||||
friendSystem.addIgnore(friend);
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public void removeIgnore(String friend)
|
||||
{
|
||||
RSFriendSystem friendSystem = getFriendManager();
|
||||
friendSystem.removeIgnore(friend);
|
||||
}
|
||||
|
||||
@Inject
|
||||
private static BigInteger modulus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user